#FC80C6

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

Shades of Tea Rose #FC80C6

Tints of Tea Rose #FC80C6

Color information

#FC80C6 (or 0xFC80C6) is unknown color: approx Tea Rose. HEX triplet: FC, 80 and C6. RGB value is (252,128,198). Sum of RGB (Red+Green+Blue) = 252+128+198=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80C6 is #037F39. Grayscale: #ACACAC. Windows color (decimal): -229178 or 13009148. OLE color: 13009148.

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

Color convert

RGB252128198-
CMYK00.490.210.01
HSL326.13º95.38%74.51%-
HSV(B)326.13º49.21%98.82%-
XYZ58.0640.2158.13-
YUV173.06142.08184.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 128 (50.39% from 255) = 22.15%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=43.60%
G=22.15%
B=34.26%

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
Decimal25212819800.490.210.01326.1395.3874.51
HexFC80C60311511465f4b
Octal374200306061251506137113
Binary111111001000000011000110011000110101110100011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC80C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC80C6; }

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

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

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

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

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

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

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

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