#FAE1C4

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

Shades of Derby #FAE1C4

Tints of Derby #FAE1C4

Color information

#FAE1C4 (or 0xFAE1C4) is unknown color: approx Derby. HEX triplet: FA, E1 and C4. RGB value is (250,225,196). Sum of RGB (Red+Green+Blue) = 250+225+196=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1C4 is #051E3B. Grayscale: #E5E5E5. Windows color (decimal): -335420 or 12902906. OLE color: 12902906.

HSL color Cylindrical-coordinate representation of color #FAE1C4: hue angle of 32.22º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAE1C4 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250225196-
CMYK00.100.220.02
HSL32.22º84.38%87.45%-
HSV(B)32.22º21.6%98.04%-
XYZ76.3178.1663.29-
YUV229.17109.28142.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 225 (88.28% from 255) = 33.53%
BLUE value IS 196 (76.95% from 255) = 29.21%
R=37.26%
G=33.53%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022519600.100.220.0232.2284.3887.45
HexFAE1C40A162205457
Octal37234130401226240124127
Binary11111010111000011100010001010101101010000010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1C4; }

 p { color: rgb(250,225,196); }

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

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

 a { background-color: rgb(250,225,196); }

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

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

 span { border-color: rgb(250,225,196); }

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