#F9E6BB

Color #F9E6BB Barley White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley White #F9E6BB

Tints of Barley White #F9E6BB

Color information

#F9E6BB (or 0xF9E6BB) is unknown color: approx Barley White. HEX triplet: F9, E6 and BB. RGB value is (249,230,187). Sum of RGB (Red+Green+Blue) = 249+230+187=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 187 (73.44% from 255 or 28.08% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E6BB is #061944. Grayscale: #E6E6E6. Windows color (decimal): -399685 or 12314361. OLE color: 12314361.

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

Color convert

RGB249230187-
CMYK00.080.250.02
HSL41.61º83.78%85.49%-
HSV(B)41.61º24.9%97.65%-
XYZ76.3380.3258.49-
YUV230.78103.29141-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.39%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 187 (73.44% from 255) = 28.08%
R=37.39%
G=34.53%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923018700.080.250.0241.6183.7885.49
HexF9E6BB081922a5455
Octal37134627301031252124125
Binary11111001111001101011101101000110011010101010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E6BB; }

 p { color: rgb(249,230,187); }

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

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

 a { background-color: rgb(249,230,187); }

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

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

 span { border-color: rgb(249,230,187); }

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