#FDCCD7

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

Shades of Pink Lace #FDCCD7

Tints of Pink Lace #FDCCD7

Color information

#FDCCD7 (or 0xFDCCD7) is unknown color: approx Pink Lace. HEX triplet: FD, CC and D7. RGB value is (253,204,215). Sum of RGB (Red+Green+Blue) = 253+204+215=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD7 is #023328. Grayscale: #DBDBDB. Windows color (decimal): -144169 or 14142717. OLE color: 14142717.

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

Color convert

RGB253204215-
CMYK00.190.150.01
HSL346.53º92.45%89.61%-
HSV(B)346.53º19.37%99.22%-
XYZ74.3768.9773.68-
YUV219.9125.23151.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=37.65%
G=30.36%
B=31.99%

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
Decimal25320421500.190.150.01346.5392.4589.61
HexFDCCD7013F115b5c5a
Octal375314327023171533134132
Binary1111110111001100110101110100111111110101101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCD7; }

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

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

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

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

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

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

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

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