#FDC9D9

Color #FDC9D9 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FDC9D9

Tints of Pink Lace #FDC9D9

Color information

#FDC9D9 (or 0xFDC9D9) is unknown color: approx Pink Lace. HEX triplet: FD, C9 and D9. RGB value is (253,201,217). Sum of RGB (Red+Green+Blue) = 253+201+217=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9D9 is #023626. Grayscale: #DADADA. Windows color (decimal): -144935 or 14273021. OLE color: 14273021.

HSL color Cylindrical-coordinate representation of color #FDC9D9: hue angle of 341.54º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC9D9 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253201217-
CMYK00.210.140.01
HSL341.54º92.86%89.02%-
HSV(B)341.54º20.55%99.22%-
XYZ73.9267.6774.81-
YUV218.37127.23152.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 201 (78.91% from 255) = 29.96%
BLUE value IS 217 (85.16% from 255) = 32.34%
R=37.70%
G=29.96%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320121700.210.140.01341.5492.8689.02
HexFDC9D9015E11565d59
Octal375311331025161526135131
Binary1111110111001001110110010101011110110101011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC9D9; }

 p { color: rgb(253,201,217); }

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

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

 a { background-color: rgb(253,201,217); }

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

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

 span { border-color: rgb(253,201,217); }

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