#FAE2CA

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

Shades of Derby #FAE2CA

Tints of Derby #FAE2CA

Color information

#FAE2CA (or 0xFAE2CA) is unknown color: approx Derby. HEX triplet: FA, E2 and CA. RGB value is (250,226,202). Sum of RGB (Red+Green+Blue) = 250+226+202=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CA is #051D35. Grayscale: #E6E6E6. Windows color (decimal): -335158 or 13296378. OLE color: 13296378.

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

Color convert

RGB250226202-
CMYK00.100.190.02
HSL30º82.76%88.63%-
HSV(B)30º19.2%98.04%-
XYZ77.2878.9867.05-
YUV230.44111.95141.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 226 (88.67% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 29.79%
R=36.87%
G=33.33%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022620200.100.190.023082.7688.63
HexFAE2CA0A1321e5359
Octal37234231201223236123131
Binary1111101011100010110010100101010011101111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2CA; }

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

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

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

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

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

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

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

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