#FAE3C5

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

Shades of Derby #FAE3C5

Tints of Derby #FAE3C5

Color information

#FAE3C5 (or 0xFAE3C5) is unknown color: approx Derby. HEX triplet: FA, E3 and C5. RGB value is (250,227,197). Sum of RGB (Red+Green+Blue) = 250+227+197=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 197 (77.34% from 255 or 29.23% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3C5 is #051C3A. Grayscale: #E6E6E6. Windows color (decimal): -334907 or 12968954. OLE color: 12968954.

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

Color convert

RGB250227197-
CMYK00.090.210.02
HSL33.96º84.13%87.65%-
HSV(B)33.96º21.2%98.04%-
XYZ76.9779.2964.07-
YUV230.46109.12141.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 227 (89.06% from 255) = 33.68%
BLUE value IS 197 (77.34% from 255) = 29.23%
R=37.09%
G=33.68%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022719700.090.210.0233.9684.1387.65
HexFAE3C509152225458
Octal37234330501125242124130
Binary11111010111000111100010101001101011010001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3C5; }

 p { color: rgb(250,227,197); }

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

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

 a { background-color: rgb(250,227,197); }

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

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

 span { border-color: rgb(250,227,197); }

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