#F8E4B7

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

Shades of Barley White #F8E4B7

Tints of Barley White #F8E4B7

Color information

#F8E4B7 (or 0xF8E4B7) is unknown color: approx Barley White. HEX triplet: F8, E4 and B7. RGB value is (248,228,183). Sum of RGB (Red+Green+Blue) = 248+228+183=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 183 (71.88% from 255 or 27.77% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E4B7 is #071B48. Grayscale: #E5E5E5. Windows color (decimal): -465737 or 12051704. OLE color: 12051704.

HSL color Cylindrical-coordinate representation of color #F8E4B7: hue angle of 41.54º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8E4B7 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248228183-
CMYK00.080.260.03
HSL41.54º82.28%84.51%-
HSV(B)41.54º26.21%97.25%-
XYZ7578.8656.07-
YUV228.85102.13141.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.63%
GREEN value IS 228 (89.45% from 255) = 34.60%
BLUE value IS 183 (71.88% from 255) = 27.77%
R=37.63%
G=34.60%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822818300.080.260.0341.5482.2884.51
HexF8E4B7081A32a5255
Octal37034426701032352122125
Binary11111000111001001011011101000110101110101010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E4B7; }

 p { color: rgb(248,228,183); }

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

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

 a { background-color: rgb(248,228,183); }

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

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

 span { border-color: rgb(248,228,183); }

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