Html Css Color HEX #F8E1A8 Buttermilk

📋 copy color: '#F8E1A8'

red 248 ◦ green 225 ◦ blue 168

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

Shades of Buttermilk #F8E1A8

Tints of Buttermilk #F8E1A8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.1%

 BLUE value IS 168 (66.02% from 255) = 26.21%

R = 38.69%
G = 35.1%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F8E1A8 (or 0xF8E1A8) is known color: Buttermilk. HEX triplet: F8, E1 and A8. RGB value is (248,225,168). Sum of RGB (Red+Green+Blue) = 248+225+168=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E1A8 is #071E57. Grayscale: #E1E1E1. Windows color (decimal): -466520 or 11067896. OLE color: 11067896.

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

Color convert

RGB 248 225 168 -
CMYK 0 0.09 0.32 0.03
HSL 42.75º 0.85% 0.82% -
HSV(B) 42.75º 0.32% 0.97% -
XYZ 72.7 76.63 48.01 -
YUV 225.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 248 225 168 0 0.09 0.32 0.03 42.75 0.85 0.82
Hex F8 E1 A8 0 9 20 3 2B 55 52
Octal 370 341 250 0 11 40 3 53 125 122
Binary 11111000 11100001 10101000 0 1001 100000 11 101011 1010101 1010010

Color Harmonies of #F8E1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E1A8

Black with #F8E1A8

Text Example


Text Example

White with #F8E1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E1A8; }

 p { color: rgb(248,225,168); }

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

background-color css

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

 a { background-color: rgb(248,225,168); }

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

border-color css

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

 span { border-color: rgb(248,225,168); }

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