#FF80CA

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

Shades of Tea Rose #FF80CA

Tints of Tea Rose #FF80CA

Color information

#FF80CA (or 0xFF80CA) is unknown color: approx Tea Rose. HEX triplet: FF, 80 and CA. RGB value is (255,128,202). Sum of RGB (Red+Green+Blue) = 255+128+202=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80CA is #007F35. Grayscale: #AEAEAE. Windows color (decimal): -32566 or 13271295. OLE color: 13271295.

HSL color Cylindrical-coordinate representation of color #FF80CA: hue angle of 325.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80CA is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255128202-
CMYK00.500.210
HSL325.04º100%75.1%-
HSV(B)325.04º49.8%100%-
XYZ59.6240.9660.64-
YUV174.41143.58185.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 128 (50.39% from 255) = 21.88%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=43.59%
G=21.88%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512820200.500.210325.0410075.1
HexFF80CA032150145644b
Octal377200312062250505144113
Binary111111111000000011001010011001010101010100010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80CA; }

 p { color: rgb(255,128,202); }

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

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

 a { background-color: rgb(255,128,202); }

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

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

 span { border-color: rgb(255,128,202); }

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