#FDE8A7

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

Shades of Buttermilk #FDE8A7

Tints of Buttermilk #FDE8A7

Color information

#FDE8A7 (or 0xFDE8A7) is unknown color: approx Buttermilk. HEX triplet: FD, E8 and A7. RGB value is (253,232,167). Sum of RGB (Red+Green+Blue) = 253+232+167=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 167 (65.62% from 255 or 25.61% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE8A7 is #021758. Grayscale: #E7E7E7. Windows color (decimal): -137049 or 11004157. OLE color: 11004157.

HSL color Cylindrical-coordinate representation of color #FDE8A7: hue angle of 45.35º 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 #FDE8A7 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB253232167-
CMYK00.080.340.01
HSL45.35º95.56%82.35%-
HSV(B)45.35º33.99%99.22%-
XYZ76.3481.3948.24-
YUV230.8791.96143.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 232 (91.02% from 255) = 35.58%
BLUE value IS 167 (65.62% from 255) = 25.61%
R=38.80%
G=35.58%
B=25.61%

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
Decimal25323216700.080.340.0145.3595.5682.35
HexFDE8A7082212d6052
Octal37535024701042155140122
Binary11111101111010001010011101000100010110110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8A7; }

 p { color: rgb(253,232,167); }

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

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

 a { background-color: rgb(253,232,167); }

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

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

 span { border-color: rgb(253,232,167); }

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