#FAE3BE

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

Shades of Egg Sour #FAE3BE

Tints of Egg Sour #FAE3BE

Color information

#FAE3BE (or 0xFAE3BE) is unknown color: approx Egg Sour. HEX triplet: FA, E3 and BE. RGB value is (250,227,190). Sum of RGB (Red+Green+Blue) = 250+227+190=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3BE is #051C41. Grayscale: #E5E5E5. Windows color (decimal): -334914 or 12510202. OLE color: 12510202.

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

Color convert

RGB250227190-
CMYK00.090.240.02
HSL37º85.71%86.27%-
HSV(B)37º24%98.04%-
XYZ76.1978.9859.94-
YUV229.66105.62142.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 227 (89.06% from 255) = 34.03%
BLUE value IS 190 (74.61% from 255) = 28.49%
R=37.48%
G=34.03%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022719000.090.240.023785.7186.27
HexFAE3BE09182255656
Octal37234327601130245126126
Binary11111010111000111011111001001110001010010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3BE; }

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

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

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

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

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

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

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

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