#FCC7D7

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

Shades of Pink Lace #FCC7D7

Tints of Pink Lace #FCC7D7

Color information

#FCC7D7 (or 0xFCC7D7) is unknown color: approx Pink Lace. HEX triplet: FC, C7 and D7. RGB value is (252,199,215). Sum of RGB (Red+Green+Blue) = 252+199+215=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7D7 is #033828. Grayscale: #D8D8D8. Windows color (decimal): -210985 or 14141436. OLE color: 14141436.

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

Color convert

RGB252199215-
CMYK00.210.150.01
HSL341.89º89.83%88.43%-
HSV(B)341.89º21.03%98.82%-
XYZ72.8366.4573.28-
YUV216.67127.06153.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 199 (78.12% from 255) = 29.88%
BLUE value IS 215 (84.38% from 255) = 32.28%
R=37.84%
G=29.88%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219921500.210.150.01341.8989.8388.43
HexFCC7D7015F11565a58
Octal374307327025171526132130
Binary1111110011000111110101110101011111110101011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7D7; }

 p { color: rgb(252,199,215); }

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

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

 a { background-color: rgb(252,199,215); }

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

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

 span { border-color: rgb(252,199,215); }

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