#F2E5B7

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

Shades of Barley White #F2E5B7

Tints of Barley White #F2E5B7

Color information

#F2E5B7 (or 0xF2E5B7) is unknown color: approx Barley White. HEX triplet: F2, E5 and B7. RGB value is (242,229,183). Sum of RGB (Red+Green+Blue) = 242+229+183=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 183 (71.88% from 255 or 27.98% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5B7 is #0D1A48. Grayscale: #E3E3E3. Windows color (decimal): -858697 or 12051954. OLE color: 12051954.

HSL color Cylindrical-coordinate representation of color #F2E5B7: hue angle of 46.78º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2E5B7 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242229183-
CMYK00.050.240.05
HSL46.78º69.41%83.33%-
HSV(B)46.78º24.38%94.9%-
XYZ73.1878.3356.06-
YUV227.64102.81138.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 183 (71.88% from 255) = 27.98%
R=37.00%
G=35.02%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222918300.050.240.0546.7869.4183.33
HexF2E5B7051852f4553
Octal3623452670530557105123
Binary11110010111001011011011101011100010110111110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5B7; }

 p { color: rgb(242,229,183); }

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

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

 a { background-color: rgb(242,229,183); }

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

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

 span { border-color: rgb(242,229,183); }

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