#FCCDD6

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

Shades of Pink Lace #FCCDD6

Tints of Pink Lace #FCCDD6

Color information

#FCCDD6 (or 0xFCCDD6) is unknown color: approx Pink Lace. HEX triplet: FC, CD and D6. RGB value is (252,205,214). Sum of RGB (Red+Green+Blue) = 252+205+214=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDD6 is #033229. Grayscale: #DCDCDC. Windows color (decimal): -209450 or 14077436. OLE color: 14077436.

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

Color convert

RGB252205214-
CMYK00.190.150.01
HSL348.51º88.68%89.61%-
HSV(B)348.51º18.65%98.82%-
XYZ74.1169.2173.07-
YUV220.08124.57150.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=37.56%
G=30.55%
B=31.89%

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
Decimal25220521400.190.150.01348.5188.6889.61
HexFCCDD6013F115d595a
Octal374315326023171535131132
Binary1111110011001101110101100100111111110101110110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDD6; }

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

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

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

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

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

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

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

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