Html Css Color HEX #F6EAB8 Barley White

📋 copy color: '#F6EAB8'

red 246 ◦ green 234 ◦ blue 184

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

Shades of Barley White #F6EAB8

Tints of Barley White #F6EAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 27.71%

R = 37.05%
G = 35.24%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F6EAB8 (or 0xF6EAB8) is known color: Barley White. HEX triplet: F6, EA and B8. RGB value is (246,234,184). Sum of RGB (Red+Green+Blue) = 246+234+184=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 184 (72.27% from 255 or 27.71% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EAB8 is #091547. Grayscale: #E8E8E8. Windows color (decimal): -595272 or 12118774. OLE color: 12118774.

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

Color convert

RGB 246 234 184 -
CMYK 0 0.05 0.25 0.04
HSL 48.39º 0.78% 0.84% -
HSV(B) 48.39º 0.25% 0.96% -
XYZ 76.08 81.9 57.15 -
YUV 231.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 246 234 184 0 0.05 0.25 0.04 48.39 0.78 0.84
Hex F6 EA B8 0 5 19 4 30 4E 54
Octal 366 352 270 0 5 31 4 60 116 124
Binary 11110110 11101010 10111000 0 101 11001 100 110000 1001110 1010100

Color Harmonies of #F6EAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EAB8

Black with #F6EAB8

Text Example


Text Example

White with #F6EAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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