#FE80C6

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

Shades of Tea Rose #FE80C6

Tints of Tea Rose #FE80C6

Color information

#FE80C6 (or 0xFE80C6) is unknown color: approx Tea Rose. HEX triplet: FE, 80 and C6. RGB value is (254,128,198). Sum of RGB (Red+Green+Blue) = 254+128+198=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80C6 is #017F39. Grayscale: #ADADAD. Windows color (decimal): -98106 or 13009150. OLE color: 13009150.

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

Color convert

RGB254128198-
CMYK00.500.220.00
HSL326.67º98.44%74.9%-
HSV(B)326.67º49.61%99.61%-
XYZ58.7940.5958.16-
YUV173.65141.74185.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 128 (50.39% from 255) = 22.07%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=43.79%
G=22.07%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412819800.500.220.00326.6798.4474.9
HexFE80C6032160147624b
Octal376200306062260507142113
Binary111111101000000011000110011001010110010100011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE80C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE80C6; }

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

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

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

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

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

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

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

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