#FDCDD9

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

Shades of Pink Lace #FDCDD9

Tints of Pink Lace #FDCDD9

Color information

#FDCDD9 (or 0xFDCDD9) is unknown color: approx Pink Lace. HEX triplet: FD, CD and D9. RGB value is (253,205,217). Sum of RGB (Red+Green+Blue) = 253+205+217=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD9 is #023226. Grayscale: #DCDCDC. Windows color (decimal): -143911 or 14274045. OLE color: 14274045.

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

Color convert

RGB253205217-
CMYK00.190.140.01
HSL345º92.31%89.8%-
HSV(B)345º18.97%99.22%-
XYZ74.8669.5675.13-
YUV220.72125.9151.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=37.48%
G=30.37%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320521700.190.140.0134592.3189.8
HexFDCDD9013E11595c5a
Octal375315331023161531134132
Binary1111110111001101110110010100111110110101100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDD9; }

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

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

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

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

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

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

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

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