#FAE1BD

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

Shades of Egg Sour #FAE1BD

Tints of Egg Sour #FAE1BD

Color information

#FAE1BD (or 0xFAE1BD) is unknown color: approx Egg Sour. HEX triplet: FA, E1 and BD. RGB value is (250,225,189). Sum of RGB (Red+Green+Blue) = 250+225+189=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1BD is #051E42. Grayscale: #E4E4E4. Windows color (decimal): -335427 or 12444154. OLE color: 12444154.

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

Color convert

RGB250225189-
CMYK00.100.240.02
HSL35.41º85.92%86.08%-
HSV(B)35.41º24.4%98.04%-
XYZ75.5377.8559.19-
YUV228.37105.78143.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 189 (74.22% from 255) = 28.46%
R=37.65%
G=33.89%
B=28.46%

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
Decimal25022518900.100.240.0235.4185.9286.08
HexFAE1BD0A182235656
Octal37234127501230243126126
Binary11111010111000011011110101010110001010001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1BD; }

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

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

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

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

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

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

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

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