#FAE1BC

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

Shades of Egg Sour #FAE1BC

Tints of Egg Sour #FAE1BC

Color information

#FAE1BC (or 0xFAE1BC) is unknown color: approx Egg Sour. HEX triplet: FA, E1 and BC. RGB value is (250,225,188). Sum of RGB (Red+Green+Blue) = 250+225+188=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1BC is #051E43. Grayscale: #E4E4E4. Windows color (decimal): -335428 or 12378618. OLE color: 12378618.

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

Color convert

RGB250225188-
CMYK00.100.250.02
HSL35.81º86.11%85.88%-
HSV(B)35.81º24.8%98.04%-
XYZ75.4377.8158.62-
YUV228.26105.28143.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 188 (73.83% from 255) = 28.36%
R=37.71%
G=33.94%
B=28.36%

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
Decimal25022518800.100.250.0235.8186.1185.88
HexFAE1BC0A192245656
Octal37234127401231244126126
Binary11111010111000011011110001010110011010010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1BC; }

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

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

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

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

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

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

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

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