#FAE3BF

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

Shades of Egg Sour #FAE3BF

Tints of Egg Sour #FAE3BF

Color information

#FAE3BF (or 0xFAE3BF) is unknown color: approx Egg Sour. HEX triplet: FA, E3 and BF. RGB value is (250,227,191). Sum of RGB (Red+Green+Blue) = 250+227+191=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3BF is #051C40. Grayscale: #E5E5E5. Windows color (decimal): -334913 or 12575738. OLE color: 12575738.

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

Color convert

RGB250227191-
CMYK00.090.240.02
HSL36.61º85.51%86.47%-
HSV(B)36.61º23.6%98.04%-
XYZ76.379.0260.52-
YUV229.77106.12142.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 227 (89.06% from 255) = 33.98%
BLUE value IS 191 (75% from 255) = 28.59%
R=37.43%
G=33.98%
B=28.59%

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
Decimal25022719100.090.240.0236.6185.5186.47
HexFAE3BF09182255656
Octal37234327701130245126126
Binary11111010111000111011111101001110001010010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3BF; }

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

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

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

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

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

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

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

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