#FCCFDD

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

Shades of Pink Lace #FCCFDD

Tints of Pink Lace #FCCFDD

Color information

#FCCFDD (or 0xFCCFDD) is unknown color: approx Pink Lace. HEX triplet: FC, CF and DD. RGB value is (252,207,221). Sum of RGB (Red+Green+Blue) = 252+207+221=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDD is #033022. Grayscale: #DEDEDE. Windows color (decimal): -208931 or 14536700. OLE color: 14536700.

HSL color Cylindrical-coordinate representation of color #FCCFDD: hue angle of 341.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFDD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252207221-
CMYK00.180.120.01
HSL341.33º88.24%90%-
HSV(B)341.33º17.86%98.82%-
XYZ75.5170.5478.04-
YUV222.05127.41149.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 207 (81.25% from 255) = 30.44%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=37.06%
G=30.44%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220722100.180.120.01341.3388.2490
HexFCCFDD012C1155585a
Octal374317335022141525130132
Binary1111110011001111110111010100101100110101010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFDD; }

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

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

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

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

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

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

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

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