#FAE7CA

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

Shades of Derby #FAE7CA

Tints of Derby #FAE7CA

Color information

#FAE7CA (or 0xFAE7CA) is unknown color: approx Derby. HEX triplet: FA, E7 and CA. RGB value is (250,231,202). Sum of RGB (Red+Green+Blue) = 250+231+202=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7CA is #051835. Grayscale: #E9E9E9. Windows color (decimal): -333878 or 13297658. OLE color: 13297658.

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

Color convert

RGB250231202-
CMYK00.080.190.02
HSL36.25º82.76%88.63%-
HSV(B)36.25º19.2%98.04%-
XYZ78.6681.7467.51-
YUV233.37110.29139.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 231 (90.62% from 255) = 33.82%
BLUE value IS 202 (79.30% from 255) = 29.58%
R=36.60%
G=33.82%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023120200.080.190.0236.2582.7688.63
HexFAE7CA08132245359
Octal37234731201023244123131
Binary11111010111001111100101001000100111010010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7CA; }

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

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

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

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

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

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

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

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