Html Css Color HEX #F8EABA Barley White

📋 copy color: '#F8EABA'

red 248 ◦ green 234 ◦ blue 186

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

Shades of Barley White #F8EABA

Tints of Barley White #F8EABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 27.84%

R = 37.13%
G = 35.03%
B = 27.84%

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

#F8EABA (or 0xF8EABA) is known color: Barley White. HEX triplet: F8, EA and BA. RGB value is (248,234,186). Sum of RGB (Red+Green+Blue) = 248+234+186=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EABA is #071545. Grayscale: #E8E8E8. Windows color (decimal): -464198 or 12249848. OLE color: 12249848.

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

Color convert

RGB 248 234 186 -
CMYK 0 0.06 0.25 0.03
HSL 46.45º 0.82% 0.85% -
HSV(B) 46.45º 0.25% 0.97% -
XYZ 77 82.35 58.29 -
YUV 232.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 248 234 186 0 0.06 0.25 0.03 46.45 0.82 0.85
Hex F8 EA BA 0 6 19 3 2E 52 55
Octal 370 352 272 0 6 31 3 56 122 125
Binary 11111000 11101010 10111010 0 110 11001 11 101110 1010010 1010101

Color Harmonies of #F8EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EABA

Black with #F8EABA

Text Example


Text Example

White with #F8EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EABA; }

 p { color: rgb(248,234,186); }

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

background-color css

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

 a { background-color: rgb(248,234,186); }

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

border-color css

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

 span { border-color: rgb(248,234,186); }

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