Html Css Color HEX #F2E2B4 Barley White

📋 copy color: '#F2E2B4'

red 242 ◦ green 226 ◦ blue 180

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

Shades of Barley White #F2E2B4

Tints of Barley White #F2E2B4

RGB

 RED value IS 242 (94.92% from 255) = 37.35%

 GREEN value IS 226 (88.67% from 255) = 34.88%

 BLUE value IS 180 (70.7% from 255) = 27.78%

R = 37.35%
G = 34.88%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F2E2B4 (or 0xF2E2B4) is known color: Barley White. HEX triplet: F2, E2 and B4. RGB value is (242,226,180). Sum of RGB (Red+Green+Blue) = 242+226+180=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 180 (70.70% from 255 or 27.78% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2B4 is #0D1D4B. Grayscale: #E1E1E1. Windows color (decimal): -859468 or 11854578. OLE color: 11854578.

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

Color convert

RGB 242 226 180 -
CMYK 0 0.07 0.26 0.05
HSL 44.52º 0.7% 0.83% -
HSV(B) 44.52º 0.26% 0.95% -
XYZ 72.05 76.57 54.16 -
YUV 225.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 242 226 180 0 0.07 0.26 0.05 44.52 0.7 0.83
Hex F2 E2 B4 0 7 1A 5 2D 46 53
Octal 362 342 264 0 7 32 5 55 106 123
Binary 11110010 11100010 10110100 0 111 11010 101 101101 1000110 1010011

Color Harmonies of #F2E2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E2B4

Black with #F2E2B4

Text Example


Text Example

White with #F2E2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E2B4; }

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

 H1.HeaderClassName
 {
   color: #F2E2B4;
 }
 .AnyTagClassName
 {
   color: #F2E2B4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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