Html Css Color HEX #F1E1B3 Barley White

📋 copy color: '#F1E1B3'

red 241 ◦ green 225 ◦ blue 179

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

Shades of Barley White #F1E1B3

Tints of Barley White #F1E1B3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.88%

 BLUE value IS 179 (70.31% from 255) = 27.75%

R = 37.36%
G = 34.88%
B = 27.75%

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

#F1E1B3 (or 0xF1E1B3) is known color: Barley White. HEX triplet: F1, E1 and B3. RGB value is (241,225,179). Sum of RGB (Red+Green+Blue) = 241+225+179=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1B3 is #0E1E4C. Grayscale: #E0E0E0. Windows color (decimal): -925261 or 11788785. OLE color: 11788785.

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

Color convert

RGB 241 225 179 -
CMYK 0 0.07 0.26 0.05
HSL 44.52º 0.69% 0.82% -
HSV(B) 44.52º 0.26% 0.95% -
XYZ 71.34 75.81 53.52 -
YUV 224.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 241 225 179 0 0.07 0.26 0.05 44.52 0.69 0.82
Hex F1 E1 B3 0 7 1A 5 2D 45 52
Octal 361 341 263 0 7 32 5 55 105 122
Binary 11110001 11100001 10110011 0 111 11010 101 101101 1000101 1010010

Color Harmonies of #F1E1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1B3

Black with #F1E1B3

Text Example


Text Example

White with #F1E1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1B3; }

 p { color: rgb(241,225,179); }

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

background-color css

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

 a { background-color: rgb(241,225,179); }

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

border-color css

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

 span { border-color: rgb(241,225,179); }

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