#FAE7CB

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

Shades of Derby #FAE7CB

Tints of Derby #FAE7CB

Color information

#FAE7CB (or 0xFAE7CB) is unknown color: approx Derby. HEX triplet: FA, E7 and CB. RGB value is (250,231,203). Sum of RGB (Red+Green+Blue) = 250+231+203=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7CB is #051834. Grayscale: #E9E9E9. Windows color (decimal): -333877 or 13363194. OLE color: 13363194.

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

Color convert

RGB250231203-
CMYK00.080.190.02
HSL35.74º82.46%88.82%-
HSV(B)35.74º18.8%98.04%-
XYZ78.7881.7968.13-
YUV233.49110.79139.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 231 (90.62% from 255) = 33.77%
BLUE value IS 203 (79.69% from 255) = 29.68%
R=36.55%
G=33.77%
B=29.68%

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
Decimal25023120300.080.190.0235.7482.4688.82
HexFAE7CB08132245259
Octal37234731301023244122131
Binary11111010111001111100101101000100111010010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7CB; }

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

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

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

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

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

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

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

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