#FAE4CA

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

Shades of Derby #FAE4CA

Tints of Derby #FAE4CA

Color information

#FAE4CA (or 0xFAE4CA) is unknown color: approx Derby. HEX triplet: FA, E4 and CA. RGB value is (250,228,202). Sum of RGB (Red+Green+Blue) = 250+228+202=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4CA is #051B35. Grayscale: #E7E7E7. Windows color (decimal): -334646 or 13296890. OLE color: 13296890.

HSL color Cylindrical-coordinate representation of color #FAE4CA: hue angle of 32.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAE4CA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250228202-
CMYK00.090.190.02
HSL32.5º82.76%88.63%-
HSV(B)32.5º19.2%98.04%-
XYZ77.8380.0867.23-
YUV231.61111.29141.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 228 (89.45% from 255) = 33.53%
BLUE value IS 202 (79.30% from 255) = 29.71%
R=36.76%
G=33.53%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022820200.090.190.0232.582.7688.63
HexFAE4CA09132205359
Octal37234431201123240123131
Binary11111010111001001100101001001100111010000010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4CA; }

 p { color: rgb(250,228,202); }

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

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

 a { background-color: rgb(250,228,202); }

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

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

 span { border-color: rgb(250,228,202); }

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