#FF80CB

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

Shades of Tea Rose #FF80CB

Tints of Tea Rose #FF80CB

Color information

#FF80CB (or 0xFF80CB) is unknown color: approx Tea Rose. HEX triplet: FF, 80 and CB. RGB value is (255,128,203). Sum of RGB (Red+Green+Blue) = 255+128+203=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80CB is #007F34. Grayscale: #AEAEAE. Windows color (decimal): -32565 or 13336831. OLE color: 13336831.

HSL color Cylindrical-coordinate representation of color #FF80CB: hue angle of 324.57º 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 #FF80CB is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255128203-
CMYK00.500.200
HSL324.57º100%75.1%-
HSV(B)324.57º49.8%100%-
XYZ59.7441.0161.27-
YUV174.52144.08185.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 128 (50.39% from 255) = 21.84%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=43.52%
G=21.84%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512820300.500.200324.5710075.1
HexFF80CB032140145644b
Octal377200313062240505144113
Binary111111111000000011001011011001010100010100010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80CB; }

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

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

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

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

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

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

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

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