#FCC9DA

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

Shades of Pink Lace #FCC9DA

Tints of Pink Lace #FCC9DA

Color information

#FCC9DA (or 0xFCC9DA) is unknown color: approx Pink Lace. HEX triplet: FC, C9 and DA. RGB value is (252,201,218). Sum of RGB (Red+Green+Blue) = 252+201+218=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9DA is #033625. Grayscale: #DADADA. Windows color (decimal): -210470 or 14338556. OLE color: 14338556.

HSL color Cylindrical-coordinate representation of color #FCC9DA: 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.2%. Process color model (Four color, CMYK) of #FCC9DA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252201218-
CMYK00.200.130.01
HSL340º89.47%88.82%-
HSV(B)340º20.24%98.82%-
XYZ73.6967.5375.48-
YUV218.19127.9152.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 201 (78.91% from 255) = 29.96%
BLUE value IS 218 (85.55% from 255) = 32.49%
R=37.56%
G=29.96%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220121800.200.130.0134089.4788.82
HexFCC9DA014D11545959
Octal374311332024151524131131
Binary1111110011001001110110100101001101110101010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9DA; }

 p { color: rgb(252,201,218); }

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

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

 a { background-color: rgb(252,201,218); }

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

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

 span { border-color: rgb(252,201,218); }

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