#FDE4A4

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

Shades of Cape Honey #FDE4A4

Tints of Cape Honey #FDE4A4

Color information

#FDE4A4 (or 0xFDE4A4) is unknown color: approx Cape Honey. HEX triplet: FD, E4 and A4. RGB value is (253,228,164). Sum of RGB (Red+Green+Blue) = 253+228+164=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 164 (64.45% from 255 or 25.43% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE4A4 is #021B5B. Grayscale: #E4E4E4. Windows color (decimal): -138076 or 10806525. OLE color: 10806525.

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

Color convert

RGB253228164-
CMYK00.100.350.01
HSL43.15º95.7%81.76%-
HSV(B)43.15º35.18%99.22%-
XYZ74.9579.0546.43-
YUV228.1891.78145.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 228 (89.45% from 255) = 35.35%
BLUE value IS 164 (64.45% from 255) = 25.43%
R=39.22%
G=35.35%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322816400.100.350.0143.1595.781.76
HexFDE4A40A2312b6052
Octal37534424401243153140122
Binary11111101111001001010010001010100011110101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4A4; }

 p { color: rgb(253,228,164); }

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

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

 a { background-color: rgb(253,228,164); }

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

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

 span { border-color: rgb(253,228,164); }

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