#FCE5C9

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

Shades of Derby #FCE5C9

Tints of Derby #FCE5C9

Color information

#FCE5C9 (or 0xFCE5C9) is unknown color: approx Derby. HEX triplet: FC, E5 and C9. RGB value is (252,229,201). Sum of RGB (Red+Green+Blue) = 252+229+201=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 201 (78.91% from 255 or 29.47% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5C9 is #031A36. Grayscale: #E8E8E8. Windows color (decimal): -203319 or 13231612. OLE color: 13231612.

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

Color convert

RGB252229201-
CMYK00.090.200.01
HSL32.94º89.47%88.82%-
HSV(B)32.94º20.24%98.82%-
XYZ78.7180.9566.74-
YUV232.68110.12141.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 201 (78.91% from 255) = 29.47%
R=36.95%
G=33.58%
B=29.47%

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
Decimal25222920100.090.200.0132.9489.4788.82
HexFCE5C909141215959
Octal37434531101124141131131
Binary1111110011100101110010010100110100110000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5C9; }

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

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

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

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

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

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

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

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