#FCE5CB

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

Shades of Derby #FCE5CB

Tints of Derby #FCE5CB

Color information

#FCE5CB (or 0xFCE5CB) is unknown color: approx Derby. HEX triplet: FC, E5 and CB. RGB value is (252,229,203). Sum of RGB (Red+Green+Blue) = 252+229+203=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5CB is #031A34. Grayscale: #E9E9E9. Windows color (decimal): -203317 or 13362684. OLE color: 13362684.

HSL color Cylindrical-coordinate representation of color #FCE5CB: hue angle of 31.84º 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 #FCE5CB is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252229203-
CMYK00.090.190.01
HSL31.84º89.09%89.22%-
HSV(B)31.84º19.44%98.82%-
XYZ78.9481.0567.98-
YUV232.91111.12141.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 203 (79.69% from 255) = 29.68%
R=36.84%
G=33.48%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222920300.090.190.0131.8489.0989.22
HexFCE5CB09131205959
Octal37434531301123140131131
Binary1111110011100101110010110100110011110000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5CB; }

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

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

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

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

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

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

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

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