#FDDCA1

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

Shades of Cape Honey #FDDCA1

Tints of Cape Honey #FDDCA1

Color information

#FDDCA1 (or 0xFDDCA1) is unknown color: approx Cape Honey. HEX triplet: FD, DC and A1. RGB value is (253,220,161). Sum of RGB (Red+Green+Blue) = 253+220+161=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCA1 is #02235E. Grayscale: #DFDFDF. Windows color (decimal): -140127 or 10607869. OLE color: 10607869.

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

Color convert

RGB253220161-
CMYK00.130.360.01
HSL38.48º95.83%81.18%-
HSV(B)38.48º36.36%99.22%-
XYZ72.5374.6444.3-
YUV223.1492.93149.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 161 (63.28% from 255) = 25.39%
R=39.91%
G=34.70%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322016100.130.360.0138.4895.8381.18
HexFDDCA10D241266051
Octal37533424101544146140121
Binary11111101110111001010000101101100100110011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCA1; }

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

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

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

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

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

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

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

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