#FC80C7

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

Shades of Tea Rose #FC80C7

Tints of Tea Rose #FC80C7

Color information

#FC80C7 (or 0xFC80C7) is unknown color: approx Tea Rose. HEX triplet: FC, 80 and C7. RGB value is (252,128,199). Sum of RGB (Red+Green+Blue) = 252+128+199=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80C7 is #037F38. Grayscale: #ADADAD. Windows color (decimal): -229177 or 13074684. OLE color: 13074684.

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

Color convert

RGB252128199-
CMYK00.490.210.01
HSL325.65º95.38%74.51%-
HSV(B)325.65º49.21%98.82%-
XYZ58.1740.2658.74-
YUV173.17142.58184.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.52%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=43.52%
G=22.11%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212819900.490.210.01325.6595.3874.51
HexFC80C70311511465f4b
Octal374200307061251506137113
Binary111111001000000011000111011000110101110100011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC80C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC80C7; }

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

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

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

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

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

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

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

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