#F6E5BB

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

Shades of Barley White #F6E5BB

Tints of Barley White #F6E5BB

Color information

#F6E5BB (or 0xF6E5BB) is unknown color: approx Barley White. HEX triplet: F6, E5 and BB. RGB value is (246,229,187). Sum of RGB (Red+Green+Blue) = 246+229+187=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E5BB is #091A44. Grayscale: #E5E5E5. Windows color (decimal): -596549 or 12314102. OLE color: 12314102.

HSL color Cylindrical-coordinate representation of color #F6E5BB: hue angle of 42.71º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6E5BB is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246229187-
CMYK00.070.240.04
HSL42.71º76.62%84.9%-
HSV(B)42.71º23.98%96.47%-
XYZ74.9979.2258.35-
YUV229.3104.13139.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.16%
GREEN value IS 229 (89.84% from 255) = 34.59%
BLUE value IS 187 (73.44% from 255) = 28.25%
R=37.16%
G=34.59%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622918700.070.240.0442.7176.6284.9
HexF6E5BB071842b4d55
Octal3663452730730453115125
Binary11110110111001011011101101111100010010101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E5BB; }

 p { color: rgb(246,229,187); }

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

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

 a { background-color: rgb(246,229,187); }

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

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

 span { border-color: rgb(246,229,187); }

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