Html Css Color HEX #F6EBB9 Barley White

📋 copy color: '#F6EBB9'

red 246 ◦ green 235 ◦ blue 185

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

Shades of Barley White #F6EBB9

Tints of Barley White #F6EBB9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.29%

 BLUE value IS 185 (72.66% from 255) = 27.78%

R = 36.94%
G = 35.29%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F6EBB9 (or 0xF6EBB9) is known color: Barley White. HEX triplet: F6, EB and B9. RGB value is (246,235,185). Sum of RGB (Red+Green+Blue) = 246+235+185=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 185 (72.66% from 255 or 27.78% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBB9 is #091446. Grayscale: #E8E8E8. Windows color (decimal): -595015 or 12184566. OLE color: 12184566.

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

Color convert

RGB 246 235 185 -
CMYK 0 0.04 0.25 0.04
HSL 49.18º 0.77% 0.85% -
HSV(B) 49.18º 0.25% 0.96% -
XYZ 76.47 82.51 57.79 -
YUV 232.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 246 235 185 0 0.04 0.25 0.04 49.18 0.77 0.85
Hex F6 EB B9 0 4 19 4 31 4D 55
Octal 366 353 271 0 4 31 4 61 115 125
Binary 11110110 11101011 10111001 0 100 11001 100 110001 1001101 1010101

Color Harmonies of #F6EBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EBB9

Black with #F6EBB9

Text Example


Text Example

White with #F6EBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EBB9; }

 p { color: rgb(246,235,185); }

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

background-color css

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

 a { background-color: rgb(246,235,185); }

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

border-color css

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

 span { border-color: rgb(246,235,185); }

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