#FCC7D5

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

Shades of Pink Lace #FCC7D5

Tints of Pink Lace #FCC7D5

Color information

#FCC7D5 (or 0xFCC7D5) is unknown color: approx Pink Lace. HEX triplet: FC, C7 and D5. RGB value is (252,199,213). Sum of RGB (Red+Green+Blue) = 252+199+213=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7D5 is #03382A. Grayscale: #D8D8D8. Windows color (decimal): -210987 or 14010364. OLE color: 14010364.

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

Color convert

RGB252199213-
CMYK00.210.150.01
HSL344.15º89.83%88.43%-
HSV(B)344.15º21.03%98.82%-
XYZ72.5866.3571.93-
YUV216.44126.06153.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 199 (78.12% from 255) = 29.97%
BLUE value IS 213 (83.59% from 255) = 32.08%
R=37.95%
G=29.97%
B=32.08%

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
Decimal25219921300.210.150.01344.1589.8388.43
HexFCC7D5015F11585a58
Octal374307325025171530132130
Binary1111110011000111110101010101011111110101100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7D5; }

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

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

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

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

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

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

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

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