#FDE9A6

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

Shades of Buttermilk #FDE9A6

Tints of Buttermilk #FDE9A6

Color information

#FDE9A6 (or 0xFDE9A6) is unknown color: approx Buttermilk. HEX triplet: FD, E9 and A6. RGB value is (253,233,166). Sum of RGB (Red+Green+Blue) = 253+233+166=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 166 (65.23% from 255 or 25.46% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE9A6 is #021659. Grayscale: #E7E7E7. Windows color (decimal): -136794 or 10938877. OLE color: 10938877.

HSL color Cylindrical-coordinate representation of color #FDE9A6: hue angle of 46.21º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDE9A6 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB253233166-
CMYK00.080.340.01
HSL46.21º95.6%82.16%-
HSV(B)46.21º34.39%99.22%-
XYZ76.5381.9147.85-
YUV231.3491.13143.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 233 (91.41% from 255) = 35.74%
BLUE value IS 166 (65.23% from 255) = 25.46%
R=38.80%
G=35.74%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323316600.080.340.0146.2195.682.16
HexFDE9A6082212e6052
Octal37535124601042156140122
Binary11111101111010011010011001000100010110111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9A6; }

 p { color: rgb(253,233,166); }

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

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

 a { background-color: rgb(253,233,166); }

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

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

 span { border-color: rgb(253,233,166); }

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