#FAE3BD

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

Shades of Egg Sour #FAE3BD

Tints of Egg Sour #FAE3BD

Color information

#FAE3BD (or 0xFAE3BD) is unknown color: approx Egg Sour. HEX triplet: FA, E3 and BD. RGB value is (250,227,189). Sum of RGB (Red+Green+Blue) = 250+227+189=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3BD is #051C42. Grayscale: #E5E5E5. Windows color (decimal): -334915 or 12444666. OLE color: 12444666.

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

Color convert

RGB250227189-
CMYK00.090.240.02
HSL37.38º85.92%86.08%-
HSV(B)37.38º24.4%98.04%-
XYZ76.0878.9459.37-
YUV229.54105.12142.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 227 (89.06% from 255) = 34.08%
BLUE value IS 189 (74.22% from 255) = 28.38%
R=37.54%
G=34.08%
B=28.38%

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
Decimal25022718900.090.240.0237.3885.9286.08
HexFAE3BD09182255656
Octal37234327501130245126126
Binary11111010111000111011110101001110001010010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3BD; }

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

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

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

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

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

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

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

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