#FDCCDD

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

Shades of Pink Lace #FDCCDD

Tints of Pink Lace #FDCCDD

Color information

#FDCCDD (or 0xFDCCDD) is unknown color: approx Pink Lace. HEX triplet: FD, CC and DD. RGB value is (253,204,221). Sum of RGB (Red+Green+Blue) = 253+204+221=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCDD is #023322. Grayscale: #DCDCDC. Windows color (decimal): -144163 or 14535933. OLE color: 14535933.

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

Color convert

RGB253204221-
CMYK00.190.130.01
HSL339.18º92.45%89.61%-
HSV(B)339.18º19.37%99.22%-
XYZ75.1569.2977.82-
YUV220.59128.23151.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 204 (80.08% from 255) = 30.09%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=37.32%
G=30.09%
B=32.60%

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
Decimal25320422100.190.130.01339.1892.4589.61
HexFDCCDD013D11535c5a
Octal375314335023151523134132
Binary1111110111001100110111010100111101110101001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCDD; }

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

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

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

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

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

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

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

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