#FCC7C5

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

Shades of Your Pink #FCC7C5

Tints of Your Pink #FCC7C5

Color information

#FCC7C5 (or 0xFCC7C5) is unknown color: approx Your Pink. HEX triplet: FC, C7 and C5. RGB value is (252,199,197). Sum of RGB (Red+Green+Blue) = 252+199+197=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 197 (77.34% from 255 or 30.40% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7C5 is #03383A. Grayscale: #D6D6D6. Windows color (decimal): -211003 or 12961788. OLE color: 12961788.

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

Color convert

RGB252199197-
CMYK00.210.220.01
HSL2.18º90.16%88.04%-
HSV(B)2.18º21.83%98.82%-
XYZ70.6565.5761.76-
YUV214.62118.06154.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 199 (78.12% from 255) = 30.71%
BLUE value IS 197 (77.34% from 255) = 30.40%
R=38.89%
G=30.71%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219919700.210.220.012.1890.1688.04
HexFCC7C501516125a58
Octal3743073050252612132130
Binary1111110011000111110001010101011011011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7C5; }

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

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

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

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

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

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

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

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