#FCC8D5

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

Shades of Pink Lace #FCC8D5

Tints of Pink Lace #FCC8D5

Color information

#FCC8D5 (or 0xFCC8D5) is unknown color: approx Pink Lace. HEX triplet: FC, C8 and D5. RGB value is (252,200,213). Sum of RGB (Red+Green+Blue) = 252+200+213=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8D5 is #03372A. Grayscale: #D9D9D9. Windows color (decimal): -210731 or 14010620. OLE color: 14010620.

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

Color convert

RGB252200213-
CMYK00.210.150.01
HSL345º89.66%88.63%-
HSV(B)345º20.63%98.82%-
XYZ72.8166.8172.01-
YUV217.03125.73152.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 200 (78.52% from 255) = 30.08%
BLUE value IS 213 (83.59% from 255) = 32.03%
R=37.89%
G=30.08%
B=32.03%

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
Decimal25220021300.210.150.0134589.6688.63
HexFCC8D5015F11595a59
Octal374310325025171531132131
Binary1111110011001000110101010101011111110101100110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8D5; }

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

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

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

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

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

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

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

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