Html Css Color HEX #F8EDB8 Barley White

📋 copy color: '#F8EDB8'

red 248 ◦ green 237 ◦ blue 184

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

Shades of Barley White #F8EDB8

Tints of Barley White #F8EDB8

RGB

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

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

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

R = 37.07%
G = 35.43%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F8EDB8 (or 0xF8EDB8) is known color: Barley White. HEX triplet: F8, ED and B8. RGB value is (248,237,184). Sum of RGB (Red+Green+Blue) = 248+237+184=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 184 (72.27% from 255 or 27.50% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDB8 is #071247. Grayscale: #EAEAEA. Windows color (decimal): -463432 or 12119544. OLE color: 12119544.

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

Color convert

RGB 248 237 184 -
CMYK 0 0.04 0.26 0.03
HSL 49.69º 0.82% 0.85% -
HSV(B) 49.69º 0.26% 0.97% -
XYZ 77.65 83.99 57.47 -
YUV 234.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 248 237 184 0 0.04 0.26 0.03 49.69 0.82 0.85
Hex F8 ED B8 0 4 1A 3 32 52 55
Octal 370 355 270 0 4 32 3 62 122 125
Binary 11111000 11101101 10111000 0 100 11010 11 110010 1010010 1010101

Color Harmonies of #F8EDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDB8

Black with #F8EDB8

Text Example


Text Example

White with #F8EDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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