#FCCFD6

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

Shades of Pink Lace #FCCFD6

Tints of Pink Lace #FCCFD6

Color information

#FCCFD6 (or 0xFCCFD6) is unknown color: approx Pink Lace. HEX triplet: FC, CF and D6. RGB value is (252,207,214). Sum of RGB (Red+Green+Blue) = 252+207+214=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD6 is #033029. Grayscale: #DDDDDD. Windows color (decimal): -208938 or 14077948. OLE color: 14077948.

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

Color convert

RGB252207214-
CMYK00.180.150.01
HSL350.67º88.24%90%-
HSV(B)350.67º17.86%98.82%-
XYZ74.670.1873.23-
YUV221.25123.91149.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 207 (81.25% from 255) = 30.76%
BLUE value IS 214 (83.98% from 255) = 31.80%
R=37.44%
G=30.76%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220721400.180.150.01350.6788.2490
HexFCCFD6012F115f585a
Octal374317326022171537130132
Binary1111110011001111110101100100101111110101111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFD6; }

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

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

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

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

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

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

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

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