Html Css Color HEX #F8E8B9 Barley White

📋 copy color: '#F8E8B9'

red 248 ◦ green 232 ◦ blue 185

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

Shades of Barley White #F8E8B9

Tints of Barley White #F8E8B9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.89%

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

R = 37.29%
G = 34.89%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8E8B9 (or 0xF8E8B9) is known color: Barley White. HEX triplet: F8, E8 and B9. RGB value is (248,232,185). Sum of RGB (Red+Green+Blue) = 248+232+185=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 185 (72.66% from 255 or 27.82% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E8B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E8B9 is #071746. Grayscale: #E7E7E7. Windows color (decimal): -464711 or 12183800. OLE color: 12183800.

HSL color Cylindrical-coordinate representation of color #F8E8B9: hue angle of 44.76º 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 #F8E8B9 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 232 185 -
CMYK 0 0.06 0.25 0.03
HSL 44.76º 0.82% 0.85% -
HSV(B) 44.76º 0.25% 0.97% -
XYZ 76.32 81.17 57.54 -
YUV 231.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 248 232 185 0 0.06 0.25 0.03 44.76 0.82 0.85
Hex F8 E8 B9 0 6 19 3 2D 52 55
Octal 370 350 271 0 6 31 3 55 122 125
Binary 11111000 11101000 10111001 0 110 11001 11 101101 1010010 1010101

Color Harmonies of #F8E8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E8B9

Black with #F8E8B9

Text Example


Text Example

White with #F8E8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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