#FCC7C7

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

Shades of Your Pink #FCC7C7

Tints of Your Pink #FCC7C7

Color information

#FCC7C7 (or 0xFCC7C7) is unknown color: approx Your Pink. HEX triplet: FC, C7 and C7. RGB value is (252,199,199). Sum of RGB (Red+Green+Blue) = 252+199+199=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7C7 is #033838. Grayscale: #D6D6D6. Windows color (decimal): -211001 or 13092860. OLE color: 13092860.

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

Color convert

RGB252199199-
CMYK00.210.210.01
HSL89.83%88.43%-
HSV(B)21.03%98.82%-
XYZ70.8865.6762.97-
YUV214.85119.06154.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 199 (78.12% from 255) = 30.62%
BLUE value IS 199 (78.12% from 255) = 30.62%
R=38.77%
G=30.62%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219919900.210.210.01089.8388.43
HexFCC7C701515105a58
Octal3743073070252510132130
Binary111111001100011111000111010101101011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7C7; }

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

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

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

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

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

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

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

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