#FCE5CA

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

Shades of Derby #FCE5CA

Tints of Derby #FCE5CA

Color information

#FCE5CA (or 0xFCE5CA) is unknown color: approx Derby. HEX triplet: FC, E5 and CA. RGB value is (252,229,202). Sum of RGB (Red+Green+Blue) = 252+229+202=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5CA is #031A35. Grayscale: #E8E8E8. Windows color (decimal): -203318 or 13297148. OLE color: 13297148.

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

Color convert

RGB252229202-
CMYK00.090.200.01
HSL32.4º89.29%89.02%-
HSV(B)32.4º19.84%98.82%-
XYZ78.828167.36-
YUV232.8110.62141.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 229 (89.84% from 255) = 33.53%
BLUE value IS 202 (79.30% from 255) = 29.58%
R=36.90%
G=33.53%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222920200.090.200.0132.489.2989.02
HexFCE5CA09141205959
Octal37434531201124140131131
Binary1111110011100101110010100100110100110000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5CA; }

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

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

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

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

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

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

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

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