#FDCDD7

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

Shades of Pink Lace #FDCDD7

Tints of Pink Lace #FDCDD7

Color information

#FDCDD7 (or 0xFDCDD7) is unknown color: approx Pink Lace. HEX triplet: FD, CD and D7. RGB value is (253,205,215). Sum of RGB (Red+Green+Blue) = 253+205+215=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD7 is #023228. Grayscale: #DCDCDC. Windows color (decimal): -143913 or 14142973. OLE color: 14142973.

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

Color convert

RGB253205215-
CMYK00.190.150.01
HSL347.5º92.31%89.8%-
HSV(B)347.5º18.97%99.22%-
XYZ74.6169.4573.76-
YUV220.49124.9151.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=37.59%
G=30.46%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320521500.190.150.01347.592.3189.8
HexFDCDD7013F115c5c5a
Octal375315327023171534134132
Binary1111110111001101110101110100111111110101110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDD7; }

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

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

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

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

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

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

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

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