#FAE0BC

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

Shades of Egg Sour #FAE0BC

Tints of Egg Sour #FAE0BC

Color information

#FAE0BC (or 0xFAE0BC) is unknown color: approx Egg Sour. HEX triplet: FA, E0 and BC. RGB value is (250,224,188). Sum of RGB (Red+Green+Blue) = 250+224+188=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0BC is #051F43. Grayscale: #E3E3E3. Windows color (decimal): -335684 or 12378362. OLE color: 12378362.

HSL color Cylindrical-coordinate representation of color #FAE0BC: hue angle of 34.84º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAE0BC is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250224188-
CMYK00.100.250.02
HSL34.84º86.11%85.88%-
HSV(B)34.84º24.8%98.04%-
XYZ75.1677.2758.53-
YUV227.67105.61143.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 188 (73.83% from 255) = 28.40%
R=37.76%
G=33.84%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022418800.100.250.0234.8486.1185.88
HexFAE0BC0A192235656
Octal37234027401231243126126
Binary11111010111000001011110001010110011010001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0BC; }

 p { color: rgb(250,224,188); }

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

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

 a { background-color: rgb(250,224,188); }

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

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

 span { border-color: rgb(250,224,188); }

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