#FDCDD8

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

Shades of Pink Lace #FDCDD8

Tints of Pink Lace #FDCDD8

Color information

#FDCDD8 (or 0xFDCDD8) is unknown color: approx Pink Lace. HEX triplet: FD, CD and D8. RGB value is (253,205,216). Sum of RGB (Red+Green+Blue) = 253+205+216=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD8 is #023227. Grayscale: #DCDCDC. Windows color (decimal): -143912 or 14208509. OLE color: 14208509.

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

Color convert

RGB253205216-
CMYK00.190.150.01
HSL346.25º92.31%89.8%-
HSV(B)346.25º18.97%99.22%-
XYZ74.7369.574.44-
YUV220.61125.4151.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=37.54%
G=30.42%
B=32.05%

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
Decimal25320521600.190.150.01346.2592.3189.8
HexFDCDD8013F115a5c5a
Octal375315330023171532134132
Binary1111110111001101110110000100111111110101101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDD8; }

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

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

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

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

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

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

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

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