Html Css Color HEX #F1E2B2 Barley White

📋 copy color: '#F1E2B2'

red 241 ◦ green 226 ◦ blue 178

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

Shades of Barley White #F1E2B2

Tints of Barley White #F1E2B2

RGB

 RED value IS 241 (94.53% from 255) = 37.36%

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

 BLUE value IS 178 (69.92% from 255) = 27.6%

R = 37.36%
G = 35.04%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F1E2B2 (or 0xF1E2B2) is known color: Barley White. HEX triplet: F1, E2 and B2. RGB value is (241,226,178). Sum of RGB (Red+Green+Blue) = 241+226+178=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E2B2 is #0E1D4D. Grayscale: #E1E1E1. Windows color (decimal): -925006 or 11723505. OLE color: 11723505.

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

Color convert

RGB 241 226 178 -
CMYK 0 0.06 0.26 0.05
HSL 45.71º 0.69% 0.82% -
HSV(B) 45.71º 0.26% 0.95% -
XYZ 71.51 76.31 53.08 -
YUV 225.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 241 226 178 0 0.06 0.26 0.05 45.71 0.69 0.82
Hex F1 E2 B2 0 6 1A 5 2E 45 52
Octal 361 342 262 0 6 32 5 56 105 122
Binary 11110001 11100010 10110010 0 110 11010 101 101110 1000101 1010010

Color Harmonies of #F1E2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E2B2

Black with #F1E2B2

Text Example


Text Example

White with #F1E2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E2B2; }

 p { color: rgb(241,226,178); }

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

background-color css

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

 a { background-color: rgb(241,226,178); }

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

border-color css

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

 span { border-color: rgb(241,226,178); }

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