#FC4CCB

Color #FC4CCB Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FC4CCB

Tints of Razzle Dazzle Rose #FC4CCB

Color information

#FC4CCB (or 0xFC4CCB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 4C and CB. RGB value is (252,76,203). Sum of RGB (Red+Green+Blue) = 252+76+203=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4CCB is #03B334. Grayscale: #8E8E8E. Windows color (decimal): -242485 or 13323516. OLE color: 13323516.

HSL color Cylindrical-coordinate representation of color #FC4CCB: hue angle of 316.7º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4CCB is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB25276203-
CMYK00.700.190.01
HSL316.7º96.7%64.31%-
HSV(B)316.7º69.84%98.82%-
XYZ53.5130.1859.5-
YUV143.1161.81205.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 76 (30.08% from 255) = 14.31%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=47.46%
G=14.31%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527620300.700.190.01316.796.764.31
HexFC4CCB04613113d6140
Octal3741143130106231475141100
Binary111111001001100110010110100011010011110011110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4CCB; }

 p { color: rgb(252,76,203); }

 H1.HeaderClassName
 {
   color: #FC4CCB;
 }
 .AnyTagClassName
 {
   color: #FC4CCB;
 }
</style>
background-color css

<style>
 a { background-color: #FC4CCB; }

 a { background-color: rgb(252,76,203); }

 div.DivClassName
 {
   background-color: #FC4CCB;
 }
 .BgClassName
 {
   background-color: #FC4CCB;
 }
</style>
border-color css

<style>
 span { border-color: #FC4CCB; }

 span { border-color: rgb(252,76,203); }

 td.TdClassName
 {
   border-color: #FC4CCB;
 }
 .TagClassName
 {
   border-color: #FC4CCB;
 }
</style>