#F9E2BD

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

Shades of Egg Sour #F9E2BD

Tints of Egg Sour #F9E2BD

Color information

#F9E2BD (or 0xF9E2BD) is unknown color: approx Egg Sour. HEX triplet: F9, E2 and BD. RGB value is (249,226,189). Sum of RGB (Red+Green+Blue) = 249+226+189=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E2BD is #061D42. Grayscale: #E4E4E4. Windows color (decimal): -400707 or 12444409. OLE color: 12444409.

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

Color convert

RGB249226189-
CMYK00.090.240.02
HSL37º83.33%85.88%-
HSV(B)37º24.1%97.65%-
XYZ75.4578.2159.26-
YUV228.66105.62142.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.5%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 189 (74.22% from 255) = 28.46%
R=37.5%
G=34.04%
B=28.46%

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
Decimal24922618900.090.240.023783.3385.88
HexF9E2BD09182255356
Octal37134227501130245123126
Binary11111001111000101011110101001110001010010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E2BD; }

 p { color: rgb(249,226,189); }

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

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

 a { background-color: rgb(249,226,189); }

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

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

 span { border-color: rgb(249,226,189); }

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