#FAE5CB

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

Shades of Derby #FAE5CB

Tints of Derby #FAE5CB

Color information

#FAE5CB (or 0xFAE5CB) is unknown color: approx Derby. HEX triplet: FA, E5 and CB. RGB value is (250,229,203). Sum of RGB (Red+Green+Blue) = 250+229+203=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 203 (79.69% from 255 or 29.77% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5CB is #051A34. Grayscale: #E8E8E8. Windows color (decimal): -334389 or 13362682. OLE color: 13362682.

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

Color convert

RGB250229203-
CMYK00.080.190.02
HSL33.19º82.46%88.82%-
HSV(B)33.19º18.8%98.04%-
XYZ78.2280.6767.95-
YUV232.32111.46140.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 203 (79.69% from 255) = 29.77%
R=36.66%
G=33.58%
B=29.77%

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
Decimal25022920300.080.190.0233.1982.4688.82
HexFAE5CB08132215259
Octal37234531301023241122131
Binary11111010111001011100101101000100111010000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5CB; }

 p { color: rgb(250,229,203); }

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

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

 a { background-color: rgb(250,229,203); }

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

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

 span { border-color: rgb(250,229,203); }

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