#FE80C8

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

Shades of Tea Rose #FE80C8

Tints of Tea Rose #FE80C8

Color information

#FE80C8 (or 0xFE80C8) is unknown color: approx Tea Rose. HEX triplet: FE, 80 and C8. RGB value is (254,128,200). Sum of RGB (Red+Green+Blue) = 254+128+200=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80C8 is #017F37. Grayscale: #ADADAD. Windows color (decimal): -98104 or 13140222. OLE color: 13140222.

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

Color convert

RGB254128200-
CMYK00.500.210.00
HSL325.71º98.44%74.9%-
HSV(B)325.71º49.61%99.61%-
XYZ59.0240.6859.38-
YUV173.88142.74185.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 128 (50.39% from 255) = 21.99%
BLUE value IS 200 (78.52% from 255) = 34.36%
R=43.64%
G=21.99%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412820000.500.210.00325.7198.4474.9
HexFE80C8032150146624b
Octal376200310062250506142113
Binary111111101000000011001000011001010101010100011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE80C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE80C8; }

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

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

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

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

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

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

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

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