#FDCDD5

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

Shades of Pink Lace #FDCDD5

Tints of Pink Lace #FDCDD5

Color information

#FDCDD5 (or 0xFDCDD5) is unknown color: approx Pink Lace. HEX triplet: FD, CD and D5. RGB value is (253,205,213). Sum of RGB (Red+Green+Blue) = 253+205+213=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD5 is #02322A. Grayscale: #DCDCDC. Windows color (decimal): -143915 or 14011901. OLE color: 14011901.

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

Color convert

RGB253205213-
CMYK00.190.160.01
HSL350º92.31%89.8%-
HSV(B)350º18.97%99.22%-
XYZ74.3569.3572.42-
YUV220.26123.9151.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 213 (83.59% from 255) = 31.74%
R=37.70%
G=30.55%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320521300.190.160.0135092.3189.8
HexFDCDD501310115e5c5a
Octal375315325023201536134132
Binary11111101110011011101010101001110000110101111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDD5; }

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

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

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

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

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

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

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

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