#FDDCA6

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

Shades of Cape Honey #FDDCA6

Tints of Cape Honey #FDDCA6

Color information

#FDDCA6 (or 0xFDDCA6) is unknown color: approx Cape Honey. HEX triplet: FD, DC and A6. RGB value is (253,220,166). Sum of RGB (Red+Green+Blue) = 253+220+166=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCA6 is #022359. Grayscale: #DFDFDF. Windows color (decimal): -140122 or 10935549. OLE color: 10935549.

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

Color convert

RGB253220166-
CMYK00.130.340.01
HSL37.24º95.6%82.16%-
HSV(B)37.24º34.39%99.22%-
XYZ72.9874.8246.67-
YUV223.7195.43148.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 166 (65.23% from 255) = 25.98%
R=39.59%
G=34.43%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322016600.130.340.0137.2495.682.16
HexFDDCA60D221256052
Octal37533424601542145140122
Binary11111101110111001010011001101100010110010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCA6; }

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

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

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

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

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

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

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

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