Html Css Color HEX #F8EDB9 Barley White

📋 copy color: '#F8EDB9'

red 248 ◦ green 237 ◦ blue 185

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

Shades of Barley White #F8EDB9

Tints of Barley White #F8EDB9

RGB

 RED value IS 248 (97.27% from 255) = 37.01%

 GREEN value IS 237 (92.97% from 255) = 35.37%

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

R = 37.01%
G = 35.37%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8EDB9 (or 0xF8EDB9) is known color: Barley White. HEX triplet: F8, ED and B9. RGB value is (248,237,185). Sum of RGB (Red+Green+Blue) = 248+237+185=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 185 (72.66% from 255 or 27.61% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDB9 is #071246. Grayscale: #EAEAEA. Windows color (decimal): -463431 or 12185080. OLE color: 12185080.

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

Color convert

RGB 248 237 185 -
CMYK 0 0.04 0.25 0.03
HSL 49.52º 0.82% 0.85% -
HSV(B) 49.52º 0.25% 0.97% -
XYZ 77.75 84.03 58.02 -
YUV 234.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 248 237 185 0 0.04 0.25 0.03 49.52 0.82 0.85
Hex F8 ED B9 0 4 19 3 32 52 55
Octal 370 355 271 0 4 31 3 62 122 125
Binary 11111000 11101101 10111001 0 100 11001 11 110010 1010010 1010101

Color Harmonies of #F8EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDB9

Black with #F8EDB9

Text Example


Text Example

White with #F8EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDB9; }

 p { color: rgb(248,237,185); }

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

background-color css

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

 a { background-color: rgb(248,237,185); }

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

border-color css

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

 span { border-color: rgb(248,237,185); }

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