#FC80CD

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

Shades of Tea Rose #FC80CD

Tints of Tea Rose #FC80CD

Color information

#FC80CD (or 0xFC80CD) is unknown color: approx Tea Rose. HEX triplet: FC, 80 and CD. RGB value is (252,128,205). Sum of RGB (Red+Green+Blue) = 252+128+205=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80CD is #037F32. Grayscale: #ADADAD. Windows color (decimal): -229171 or 13467900. OLE color: 13467900.

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

Color convert

RGB252128205-
CMYK00.490.190.01
HSL322.74º95.38%74.51%-
HSV(B)322.74º49.21%98.82%-
XYZ58.8840.5462.48-
YUV173.85145.58183.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 128 (50.39% from 255) = 21.88%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=43.08%
G=21.88%
B=35.04%

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
Decimal25212820500.490.190.01322.7495.3874.51
HexFC80CD0311311435f4b
Octal374200315061231503137113
Binary111111001000000011001101011000110011110100001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC80CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC80CD; }

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

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

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

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

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

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

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

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