#FCC7D1

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

Shades of Pink #FCC7D1

Tints of Pink #FCC7D1

Color information

#FCC7D1 (or 0xFCC7D1) is unknown color: approx Pink. HEX triplet: FC, C7 and D1. RGB value is (252,199,209). Sum of RGB (Red+Green+Blue) = 252+199+209=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7D1 is #03382E. Grayscale: #D8D8D8. Windows color (decimal): -210991 or 13748220. OLE color: 13748220.

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

Color convert

RGB252199209-
CMYK00.210.170.01
HSL348.68º89.83%88.43%-
HSV(B)348.68º21.03%98.82%-
XYZ72.0866.1569.29-
YUV215.99124.06153.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 199 (78.12% from 255) = 30.15%
BLUE value IS 209 (82.03% from 255) = 31.67%
R=38.18%
G=30.15%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219920900.210.170.01348.6889.8388.43
HexFCC7D101511115d5a58
Octal374307321025211535132130
Binary11111100110001111101000101010110001110101110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7D1; }

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

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

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

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

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

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

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

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