#F2E2B8

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

Shades of Barley White #F2E2B8

Tints of Barley White #F2E2B8

Color information

#F2E2B8 (or 0xF2E2B8) is unknown color: approx Barley White. HEX triplet: F2, E2 and B8. RGB value is (242,226,184). Sum of RGB (Red+Green+Blue) = 242+226+184=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 184 (72.27% from 255 or 28.22% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2B8 is #0D1D47. Grayscale: #E2E2E2. Windows color (decimal): -859464 or 12116722. OLE color: 12116722.

HSL color Cylindrical-coordinate representation of color #F2E2B8: hue angle of 43.45º 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 #F2E2B8 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242226184-
CMYK00.070.240.05
HSL43.45º69.05%83.53%-
HSV(B)43.45º23.97%94.9%-
XYZ72.4776.7356.34-
YUV226104.3139.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.12%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 184 (72.27% from 255) = 28.22%
R=37.12%
G=34.66%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222618400.070.240.0543.4569.0583.53
HexF2E2B8071852b4554
Octal3623422700730553105124
Binary11110010111000101011100001111100010110101110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E2B8; }

 p { color: rgb(242,226,184); }

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

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

 a { background-color: rgb(242,226,184); }

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

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

 span { border-color: rgb(242,226,184); }

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