#FDE8A5

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

Shades of Buttermilk #FDE8A5

Tints of Buttermilk #FDE8A5

Color information

#FDE8A5 (or 0xFDE8A5) is unknown color: approx Buttermilk. HEX triplet: FD, E8 and A5. RGB value is (253,232,165). Sum of RGB (Red+Green+Blue) = 253+232+165=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 165 (64.84% from 255 or 25.38% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE8A5 is #02175A. Grayscale: #E6E6E6. Windows color (decimal): -137051 or 10873085. OLE color: 10873085.

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

Color convert

RGB253232165-
CMYK00.080.350.01
HSL45.68º95.65%81.96%-
HSV(B)45.68º34.78%99.22%-
XYZ76.1681.3147.28-
YUV230.6490.96143.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 232 (91.02% from 255) = 35.69%
BLUE value IS 165 (64.84% from 255) = 25.38%
R=38.92%
G=35.69%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323216500.080.350.0145.6895.6581.96
HexFDE8A5082312e6052
Octal37535024501043156140122
Binary11111101111010001010010101000100011110111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8A5; }

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

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

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

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

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

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

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

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