#FAE2BF

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

Shades of Egg Sour #FAE2BF

Tints of Egg Sour #FAE2BF

Color information

#FAE2BF (or 0xFAE2BF) is unknown color: approx Egg Sour. HEX triplet: FA, E2 and BF. RGB value is (250,226,191). Sum of RGB (Red+Green+Blue) = 250+226+191=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2BF is #051D40. Grayscale: #E5E5E5. Windows color (decimal): -335169 or 12575482. OLE color: 12575482.

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

Color convert

RGB250226191-
CMYK00.100.240.02
HSL35.59º85.51%86.47%-
HSV(B)35.59º23.6%98.04%-
XYZ76.0278.4860.43-
YUV229.19106.45142.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 191 (75% from 255) = 28.64%
R=37.48%
G=33.88%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022619100.100.240.0235.5985.5186.47
HexFAE2BF0A182245656
Octal37234227701230244126126
Binary11111010111000101011111101010110001010010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2BF; }

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

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

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

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

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

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

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

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