#FDCDDD

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

Shades of Pink Lace #FDCDDD

Tints of Pink Lace #FDCDDD

Color information

#FDCDDD (or 0xFDCDDD) is unknown color: approx Pink Lace. HEX triplet: FD, CD and DD. RGB value is (253,205,221). Sum of RGB (Red+Green+Blue) = 253+205+221=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDDD is #023222. Grayscale: #DDDDDD. Windows color (decimal): -143907 or 14536189. OLE color: 14536189.

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

Color convert

RGB253205221-
CMYK00.190.130.01
HSL340º92.31%89.8%-
HSV(B)340º18.97%99.22%-
XYZ75.3969.7777.9-
YUV221.18127.9150.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 205 (80.47% from 255) = 30.19%
BLUE value IS 221 (86.72% from 255) = 32.55%
R=37.26%
G=30.19%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320522100.190.130.0134092.3189.8
HexFDCDDD013D11545c5a
Octal375315335023151524134132
Binary1111110111001101110111010100111101110101010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDDD; }

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

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

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

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

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

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

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

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