Html Css Color HEX #F6E3BA Barley White

📋 copy color: '#F6E3BA'

red 246 ◦ green 227 ◦ blue 186

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

Shades of Barley White #F6E3BA

Tints of Barley White #F6E3BA

RGB

 RED value IS 246 (96.48% from 255) = 37.33%

 GREEN value IS 227 (89.06% from 255) = 34.45%

 BLUE value IS 186 (73.05% from 255) = 28.22%

R = 37.33%
G = 34.45%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6E3BA (or 0xF6E3BA) is known color: Barley White. HEX triplet: F6, E3 and BA. RGB value is (246,227,186). Sum of RGB (Red+Green+Blue) = 246+227+186=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E3BA is #091C45. Grayscale: #E4E4E4. Windows color (decimal): -597062 or 12248054. OLE color: 12248054.

HSL color Cylindrical-coordinate representation of color #F6E3BA: hue angle of 41º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6E3BA is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 227 186 -
CMYK 0 0.08 0.24 0.04
HSL 41º 0.77% 0.85% -
HSV(B) 41º 0.24% 0.96% -
XYZ 74.34 78.08 57.61 -
YUV 228.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 246 227 186 0 0.08 0.24 0.04 41 0.77 0.85
Hex F6 E3 BA 0 8 18 4 29 4D 55
Octal 366 343 272 0 10 30 4 51 115 125
Binary 11110110 11100011 10111010 0 1000 11000 100 101001 1001101 1010101

Color Harmonies of #F6E3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E3BA

Black with #F6E3BA

Text Example


Text Example

White with #F6E3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E3BA; }

 p { color: rgb(246,227,186); }

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

background-color css

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

 a { background-color: rgb(246,227,186); }

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

border-color css

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

 span { border-color: rgb(246,227,186); }

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