#FCCCDC

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

Shades of Pink Lace #FCCCDC

Tints of Pink Lace #FCCCDC

Color information

#FCCCDC (or 0xFCCCDC) is unknown color: approx Pink Lace. HEX triplet: FC, CC and DC. RGB value is (252,204,220). Sum of RGB (Red+Green+Blue) = 252+204+220=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCDC is #033323. Grayscale: #DCDCDC. Windows color (decimal): -209700 or 14470396. OLE color: 14470396.

HSL color Cylindrical-coordinate representation of color #FCCCDC: hue angle of 340º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCDC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252204220-
CMYK00.190.130.01
HSL340º88.89%89.41%-
HSV(B)340º19.05%98.82%-
XYZ74.6669.0577.1-
YUV220.18127.9150.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 204 (80.08% from 255) = 30.18%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=37.28%
G=30.18%
B=32.54%

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
Decimal25220422000.190.130.0134088.8989.41
HexFCCCDC013D11545959
Octal374314334023151524131131
Binary1111110011001100110111000100111101110101010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCDC; }

 p { color: rgb(252,204,220); }

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

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

 a { background-color: rgb(252,204,220); }

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

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

 span { border-color: rgb(252,204,220); }

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