#F8DD9F

Color #F8DD9F Buttermilk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttermilk #F8DD9F

Tints of Buttermilk #F8DD9F

Color information

#F8DD9F (or 0xF8DD9F) is unknown color: approx Buttermilk. HEX triplet: F8, DD and 9F. RGB value is (248,221,159). Sum of RGB (Red+Green+Blue) = 248+221+159=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 159 (62.5% from 255 or 25.32% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DD9F is #072260. Grayscale: #DEDEDE. Windows color (decimal): -467553 or 10477048. OLE color: 10477048.

HSL color Cylindrical-coordinate representation of color #F8DD9F: hue angle of 41.8º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8DD9F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB248221159-
CMYK00.110.360.03
HSL41.8º86.41%79.8%-
HSV(B)41.8º35.89%97.25%-
XYZ70.8374.1743.38-
YUV222.0192.45146.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.49%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 159 (62.5% from 255) = 25.32%
R=39.49%
G=35.19%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822115900.110.360.0341.886.4179.8
HexF8DD9F0B2432a5650
Octal37033523701344352126120
Binary111110001101110110011111010111001001110101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DD9F; }

 p { color: rgb(248,221,159); }

 H1.HeaderClassName
 {
   color: #F8DD9F;
 }
 .AnyTagClassName
 {
   color: #F8DD9F;
 }
</style>
background-color css

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

 a { background-color: rgb(248,221,159); }

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

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

 span { border-color: rgb(248,221,159); }

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