#FC80CC

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

Shades of Tea Rose #FC80CC

Tints of Tea Rose #FC80CC

Color information

#FC80CC (or 0xFC80CC) is unknown color: approx Tea Rose. HEX triplet: FC, 80 and CC. RGB value is (252,128,204). Sum of RGB (Red+Green+Blue) = 252+128+204=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80CC is #037F33. Grayscale: #ADADAD. Windows color (decimal): -229172 or 13402364. OLE color: 13402364.

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

Color convert

RGB252128204-
CMYK00.490.190.01
HSL323.23º95.38%74.51%-
HSV(B)323.23º49.21%98.82%-
XYZ58.7640.4961.85-
YUV173.74145.08183.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 128 (50.39% from 255) = 21.92%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=43.15%
G=21.92%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212820400.490.190.01323.2395.3874.51
HexFC80CC0311311435f4b
Octal374200314061231503137113
Binary111111001000000011001100011000110011110100001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC80CC; }

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

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

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

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

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

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

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

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