Html Css Color HEX #F6EABA Barley White

📋 copy color: '#F6EABA'

red 246 ◦ green 234 ◦ blue 186

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

Shades of Barley White #F6EABA

Tints of Barley White #F6EABA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.14%

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

R = 36.94%
G = 35.14%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6EABA (or 0xF6EABA) is known color: Barley White. HEX triplet: F6, EA and BA. RGB value is (246,234,186). Sum of RGB (Red+Green+Blue) = 246+234+186=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EABA is #091545. Grayscale: #E8E8E8. Windows color (decimal): -595270 or 12249846. OLE color: 12249846.

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

Color convert

RGB 246 234 186 -
CMYK 0 0.05 0.24 0.04
HSL 48º 0.77% 0.85% -
HSV(B) 48º 0.24% 0.96% -
XYZ 76.29 81.98 58.26 -
YUV 232.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 246 234 186 0 0.05 0.24 0.04 48 0.77 0.85
Hex F6 EA BA 0 5 18 4 30 4D 55
Octal 366 352 272 0 5 30 4 60 115 125
Binary 11110110 11101010 10111010 0 101 11000 100 110000 1001101 1010101

Color Harmonies of #F6EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EABA

Black with #F6EABA

Text Example


Text Example

White with #F6EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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