#FAE5BF

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

Shades of Egg Sour #FAE5BF

Tints of Egg Sour #FAE5BF

Color information

#FAE5BF (or 0xFAE5BF) is unknown color: approx Egg Sour. HEX triplet: FA, E5 and BF. RGB value is (250,229,191). Sum of RGB (Red+Green+Blue) = 250+229+191=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5BF is #051A40. Grayscale: #E7E7E7. Windows color (decimal): -334401 or 12576250. OLE color: 12576250.

HSL color Cylindrical-coordinate representation of color #FAE5BF: hue angle of 38.64º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAE5BF is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250229191-
CMYK00.080.240.02
HSL38.64º85.51%86.47%-
HSV(B)38.64º23.6%98.04%-
XYZ76.8580.1260.71-
YUV230.95105.46141.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 191 (75% from 255) = 28.51%
R=37.31%
G=34.18%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022919100.080.240.0238.6485.5186.47
HexFAE5BF08182275656
Octal37234527701030247126126
Binary11111010111001011011111101000110001010011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5BF; }

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

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

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

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

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

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

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

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