#F2E3B9

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

Shades of Barley White #F2E3B9

Tints of Barley White #F2E3B9

Color information

#F2E3B9 (or 0xF2E3B9) is unknown color: approx Barley White. HEX triplet: F2, E3 and B9. RGB value is (242,227,185). Sum of RGB (Red+Green+Blue) = 242+227+185=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 185 (72.66% from 255 or 28.29% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3B9 is #0D1C46. Grayscale: #E2E2E2. Windows color (decimal): -859207 or 12182514. OLE color: 12182514.

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

Color convert

RGB242227185-
CMYK00.060.240.05
HSL44.21º68.67%83.73%-
HSV(B)44.21º23.55%94.9%-
XYZ72.8477.3256.98-
YUV226.7104.47138.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 185 (72.66% from 255) = 28.29%
R=37.00%
G=34.71%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222718500.060.240.0544.2168.6783.73
HexF2E3B9061852c4554
Octal3623432710630554105124
Binary11110010111000111011100101101100010110110010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E3B9; }

 p { color: rgb(242,227,185); }

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

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

 a { background-color: rgb(242,227,185); }

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

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

 span { border-color: rgb(242,227,185); }

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