#FDDCA4

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

Shades of Cape Honey #FDDCA4

Tints of Cape Honey #FDDCA4

Color information

#FDDCA4 (or 0xFDDCA4) is unknown color: approx Cape Honey. HEX triplet: FD, DC and A4. RGB value is (253,220,164). Sum of RGB (Red+Green+Blue) = 253+220+164=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCA4 is #02235B. Grayscale: #DFDFDF. Windows color (decimal): -140124 or 10804477. OLE color: 10804477.

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

Color convert

RGB253220164-
CMYK00.130.350.01
HSL37.75º95.7%81.76%-
HSV(B)37.75º35.18%99.22%-
XYZ72.874.7545.71-
YUV223.4894.43149.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 164 (64.45% from 255) = 25.75%
R=39.72%
G=34.54%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322016400.130.350.0137.7595.781.76
HexFDDCA40D231266052
Octal37533424401543146140122
Binary11111101110111001010010001101100011110011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCA4; }

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

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

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

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

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

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

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

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