#FAE2BE

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

Shades of Egg Sour #FAE2BE

Tints of Egg Sour #FAE2BE

Color information

#FAE2BE (or 0xFAE2BE) is unknown color: approx Egg Sour. HEX triplet: FA, E2 and BE. RGB value is (250,226,190). Sum of RGB (Red+Green+Blue) = 250+226+190=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2BE is #051D41. Grayscale: #E5E5E5. Windows color (decimal): -335170 or 12509946. OLE color: 12509946.

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

Color convert

RGB250226190-
CMYK00.100.240.02
HSL36º85.71%86.27%-
HSV(B)36º24%98.04%-
XYZ75.9178.4359.85-
YUV229.07105.95142.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 226 (88.67% from 255) = 33.93%
BLUE value IS 190 (74.61% from 255) = 28.53%
R=37.54%
G=33.93%
B=28.53%

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
Decimal25022619000.100.240.023685.7186.27
HexFAE2BE0A182245656
Octal37234227601230244126126
Binary11111010111000101011111001010110001010010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2BE; }

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

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

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

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

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

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

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

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