#F9DE9E

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

Shades of Buttermilk #F9DE9E

Tints of Buttermilk #F9DE9E

Color information

#F9DE9E (or 0xF9DE9E) is unknown color: approx Buttermilk. HEX triplet: F9, DE and 9E. RGB value is (249,222,158). Sum of RGB (Red+Green+Blue) = 249+222+158=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DE9E is #062161. Grayscale: #DFDFDF. Windows color (decimal): -401762 or 10411769. OLE color: 10411769.

HSL color Cylindrical-coordinate representation of color #F9DE9E: hue angle of 42.2º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9DE9E is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB249222158-
CMYK00.110.370.02
HSL42.2º88.35%79.8%-
HSV(B)42.2º36.55%97.65%-
XYZ71.3674.8543.03-
YUV222.7891.45146.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.59%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 158 (62.11% from 255) = 25.12%
R=39.59%
G=35.29%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922215800.110.370.0242.288.3579.8
HexF9DE9E0B2522a5850
Octal37133623601345252130120
Binary111110011101111010011110010111001011010101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DE9E; }

 p { color: rgb(249,222,158); }

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

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

 a { background-color: rgb(249,222,158); }

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

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

 span { border-color: rgb(249,222,158); }

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