#FDE6A9

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

Shades of Cape Honey #FDE6A9

Tints of Cape Honey #FDE6A9

Color information

#FDE6A9 (or 0xFDE6A9) is unknown color: approx Cape Honey. HEX triplet: FD, E6 and A9. RGB value is (253,230,169). Sum of RGB (Red+Green+Blue) = 253+230+169=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 169 (66.41% from 255 or 25.92% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE6A9 is #021956. Grayscale: #E6E6E6. Windows color (decimal): -137559 or 11134717. OLE color: 11134717.

HSL color Cylindrical-coordinate representation of color #FDE6A9: hue angle of 43.57º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDE6A9 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB253230169-
CMYK00.090.330.01
HSL43.57º95.45%82.75%-
HSV(B)43.57º33.2%99.22%-
XYZ75.9780.3449.04-
YUV229.9293.62144.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 230 (90.23% from 255) = 35.28%
BLUE value IS 169 (66.41% from 255) = 25.92%
R=38.80%
G=35.28%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323016900.090.330.0143.5795.4582.75
HexFDE6A9092112c5f53
Octal37534625101141154137123
Binary11111101111001101010100101001100001110110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6A9; }

 p { color: rgb(253,230,169); }

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

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

 a { background-color: rgb(253,230,169); }

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

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

 span { border-color: rgb(253,230,169); }

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