#FDDDA1

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

Shades of Cape Honey #FDDDA1

Tints of Cape Honey #FDDDA1

Color information

#FDDDA1 (or 0xFDDDA1) is unknown color: approx Cape Honey. HEX triplet: FD, DD and A1. RGB value is (253,221,161). Sum of RGB (Red+Green+Blue) = 253+221+161=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDDA1 is #02225E. Grayscale: #DFDFDF. Windows color (decimal): -139871 or 10608125. OLE color: 10608125.

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

Color convert

RGB253221161-
CMYK00.130.360.01
HSL39.13º95.83%81.18%-
HSV(B)39.13º36.36%99.22%-
XYZ72.875.1744.39-
YUV223.7392.6148.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 161 (63.28% from 255) = 25.35%
R=39.84%
G=34.80%
B=25.35%

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
Decimal25322116100.130.360.0139.1395.8381.18
HexFDDDA10D241276051
Octal37533524101544147140121
Binary11111101110111011010000101101100100110011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDDA1; }

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

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

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

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

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

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

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

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