#FCC7CD

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

Shades of Pink #FCC7CD

Tints of Pink #FCC7CD

Color information

#FCC7CD (or 0xFCC7CD) is unknown color: approx Pink. HEX triplet: FC, C7 and CD. RGB value is (252,199,205). Sum of RGB (Red+Green+Blue) = 252+199+205=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7CD is #033832. Grayscale: #D7D7D7. Windows color (decimal): -210995 or 13486076. OLE color: 13486076.

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

Color convert

RGB252199205-
CMYK00.210.190.01
HSL353.21º89.83%88.43%-
HSV(B)353.21º21.03%98.82%-
XYZ71.5965.9566.71-
YUV215.53122.06154.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 199 (78.12% from 255) = 30.34%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=38.41%
G=30.34%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219920500.210.190.01353.2189.8388.43
HexFCC7CD0151311615a58
Octal374307315025231541132130
Binary11111100110001111100110101010110011110110000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7CD; }

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

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

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

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

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

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

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

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