Html Css Color HEX #F2E2B8 Barley White

📋 copy color: '#F2E2B8'

red 242 ◦ green 226 ◦ blue 184

#F2E2B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley White #F2E2B8

Tints of Barley White #F2E2B8

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 value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F2E2B8 (or 0xF2E2B8) is known color: 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

RGB 242 226 184 -
CMYK 0 0.07 0.24 0.05
HSL 43.45º 0.69% 0.84% -
HSV(B) 43.45º 0.24% 0.95% -
XYZ 72.47 76.73 56.34 -
YUV 226 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 242 226 184 0 0.07 0.24 0.05 43.45 0.69 0.84
Hex F2 E2 B8 0 7 18 5 2B 45 54
Octal 362 342 270 0 7 30 5 53 105 124
Binary 11110010 11100010 10111000 0 111 11000 101 101011 1000101 1010100

Color Harmonies of #F2E2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E2B8

Black with #F2E2B8

Text Example


Text Example

White with #F2E2B8

Text Example


Text Example

HTML Codes & Css Web 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>