#F6EBB7

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

Shades of Barley White #F6EBB7

Tints of Barley White #F6EBB7

Color information

#F6EBB7 (or 0xF6EBB7) is unknown color: approx Barley White. HEX triplet: F6, EB and B7. RGB value is (246,235,183). Sum of RGB (Red+Green+Blue) = 246+235+183=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 183 (71.88% from 255 or 27.56% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBB7 is #091448. Grayscale: #E8E8E8. Windows color (decimal): -595017 or 12053494. OLE color: 12053494.

HSL color Cylindrical-coordinate representation of color #F6EBB7: hue angle of 49.52º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6EBB7 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB246235183-
CMYK00.040.260.04
HSL49.52º77.78%84.12%-
HSV(B)49.52º25.61%96.47%-
XYZ76.2682.4356.69-
YUV232.36100.14137.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.05%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 183 (71.88% from 255) = 27.56%
R=37.05%
G=35.39%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623518300.040.260.0449.5277.7884.12
HexF6EBB7041A4324e54
Octal3663532670432462116124
Binary11110110111010111011011101001101010011001010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EBB7; }

 p { color: rgb(246,235,183); }

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

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

 a { background-color: rgb(246,235,183); }

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

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

 span { border-color: rgb(246,235,183); }

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