#FDC7D5

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

Shades of Pink Lace #FDC7D5

Tints of Pink Lace #FDC7D5

Color information

#FDC7D5 (or 0xFDC7D5) is unknown color: approx Pink Lace. HEX triplet: FD, C7 and D5. RGB value is (253,199,213). Sum of RGB (Red+Green+Blue) = 253+199+213=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 199 (78.12% from 255 or 29.92% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7D5 is #02382A. Grayscale: #D8D8D8. Windows color (decimal): -145451 or 14010365. OLE color: 14010365.

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

Color convert

RGB253199213-
CMYK00.210.160.01
HSL344.44º93.1%88.63%-
HSV(B)344.44º21.34%99.22%-
XYZ72.9466.5371.95-
YUV216.74125.89153.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 199 (78.12% from 255) = 29.92%
BLUE value IS 213 (83.59% from 255) = 32.03%
R=38.05%
G=29.92%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319921300.210.160.01344.4493.188.63
HexFDC7D50151011585d59
Octal375307325025201530135131
Binary11111101110001111101010101010110000110101100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7D5; }

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

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

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

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

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

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

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

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