#FDC8D5

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

Shades of Pink Lace #FDC8D5

Tints of Pink Lace #FDC8D5

Color information

#FDC8D5 (or 0xFDC8D5) is unknown color: approx Pink Lace. HEX triplet: FD, C8 and D5. RGB value is (253,200,213). Sum of RGB (Red+Green+Blue) = 253+200+213=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8D5 is #02372A. Grayscale: #D9D9D9. Windows color (decimal): -145195 or 14010621. OLE color: 14010621.

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

Color convert

RGB253200213-
CMYK00.210.160.01
HSL345.28º92.98%88.82%-
HSV(B)345.28º20.95%99.22%-
XYZ73.176772.03-
YUV217.33125.56153.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 200 (78.52% from 255) = 30.03%
BLUE value IS 213 (83.59% from 255) = 31.98%
R=37.99%
G=30.03%
B=31.98%

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
Decimal25320021300.210.160.01345.2892.9888.82
HexFDC8D50151011595d59
Octal375310325025201531135131
Binary11111101110010001101010101010110000110101100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC8D5; }

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

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

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

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

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

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

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

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