#FCCFDC

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

Shades of Pink Lace #FCCFDC

Tints of Pink Lace #FCCFDC

Color information

#FCCFDC (or 0xFCCFDC) is unknown color: approx Pink Lace. HEX triplet: FC, CF and DC. RGB value is (252,207,220). Sum of RGB (Red+Green+Blue) = 252+207+220=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDC is #033023. Grayscale: #DDDDDD. Windows color (decimal): -208932 or 14471164. OLE color: 14471164.

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

Color convert

RGB252207220-
CMYK00.180.130.01
HSL342.67º88.24%90%-
HSV(B)342.67º17.86%98.82%-
XYZ75.3870.4977.34-
YUV221.94126.91149.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 220 (86.33% from 255) = 32.40%
R=37.11%
G=30.49%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220722000.180.130.01342.6788.2490
HexFCCFDC012D1157585a
Octal374317334022151527130132
Binary1111110011001111110111000100101101110101011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFDC; }

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

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

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

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

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

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

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

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