#FCCBE0

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

Shades of Classic Rose #FCCBE0

Tints of Classic Rose #FCCBE0

Color information

#FCCBE0 (or 0xFCCBE0) is unknown color: approx Classic Rose. HEX triplet: FC, CB and E0. RGB value is (252,203,224). Sum of RGB (Red+Green+Blue) = 252+203+224=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBE0 is #03341F. Grayscale: #DCDCDC. Windows color (decimal): -209952 or 14732284. OLE color: 14732284.

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

Color convert

RGB252203224-
CMYK00.190.110.01
HSL334.29º89.09%89.22%-
HSV(B)334.29º19.44%98.82%-
XYZ74.9668.7979.85-
YUV220.04130.23150.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 203 (79.69% from 255) = 29.90%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=37.11%
G=29.90%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220322400.190.110.01334.2989.0989.22
HexFCCBE0013B114e5959
Octal374313340023131516131131
Binary1111110011001011111000000100111011110100111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBE0; }

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

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

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

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

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

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

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

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