#FCCDDD

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

Shades of Pink Lace #FCCDDD

Tints of Pink Lace #FCCDDD

Color information

#FCCDDD (or 0xFCCDDD) is unknown color: approx Pink Lace. HEX triplet: FC, CD and DD. RGB value is (252,205,221). Sum of RGB (Red+Green+Blue) = 252+205+221=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDDD is #033222. Grayscale: #DCDCDC. Windows color (decimal): -209443 or 14536188. OLE color: 14536188.

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

Color convert

RGB252205221-
CMYK00.190.120.01
HSL339.57º88.68%89.61%-
HSV(B)339.57º18.65%98.82%-
XYZ75.0369.5877.88-
YUV220.88128.07150.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 205 (80.47% from 255) = 30.24%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=37.17%
G=30.24%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220522100.190.120.01339.5788.6889.61
HexFCCDDD013C1154595a
Octal374315335023141524131132
Binary1111110011001101110111010100111100110101010010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDDD; }

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

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

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

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

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

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

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

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