#FAE3CA

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

Shades of Derby #FAE3CA

Tints of Derby #FAE3CA

Color information

#FAE3CA (or 0xFAE3CA) is unknown color: approx Derby. HEX triplet: FA, E3 and CA. RGB value is (250,227,202). Sum of RGB (Red+Green+Blue) = 250+227+202=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3CA is #051C35. Grayscale: #E7E7E7. Windows color (decimal): -334902 or 13296634. OLE color: 13296634.

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

Color convert

RGB250227202-
CMYK00.090.190.02
HSL31.25º82.76%88.63%-
HSV(B)31.25º19.2%98.04%-
XYZ77.5579.5367.14-
YUV231.03111.62141.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 227 (89.06% from 255) = 33.43%
BLUE value IS 202 (79.30% from 255) = 29.75%
R=36.82%
G=33.43%
B=29.75%

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
Decimal25022720200.090.190.0231.2582.7688.63
HexFAE3CA091321f5359
Octal37234331201123237123131
Binary1111101011100011110010100100110011101111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3CA; }

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

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

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

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

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

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

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

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