#FDCCD5

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

Shades of Pink Lace #FDCCD5

Tints of Pink Lace #FDCCD5

Color information

#FDCCD5 (or 0xFDCCD5) is unknown color: approx Pink Lace. HEX triplet: FD, CC and D5. RGB value is (253,204,213). Sum of RGB (Red+Green+Blue) = 253+204+213=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD5 is #02332A. Grayscale: #DBDBDB. Windows color (decimal): -144171 or 14011645. OLE color: 14011645.

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

Color convert

RGB253204213-
CMYK00.190.160.01
HSL348.98º92.45%89.61%-
HSV(B)348.98º19.37%99.22%-
XYZ74.1168.8772.34-
YUV219.68124.23151.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 213 (83.59% from 255) = 31.79%
R=37.76%
G=30.45%
B=31.79%

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
Decimal25320421300.190.160.01348.9892.4589.61
HexFDCCD501310115d5c5a
Octal375314325023201535134132
Binary11111101110011001101010101001110000110101110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCD5; }

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

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

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

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

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

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

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

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