#FE80C0

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

Shades of Tea Rose #FE80C0

Tints of Tea Rose #FE80C0

Color information

#FE80C0 (or 0xFE80C0) is unknown color: approx Tea Rose. HEX triplet: FE, 80 and C0. RGB value is (254,128,192). Sum of RGB (Red+Green+Blue) = 254+128+192=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80C0 is #017F3F. Grayscale: #ACACAC. Windows color (decimal): -98112 or 12615934. OLE color: 12615934.

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

Color convert

RGB254128192-
CMYK00.500.240.00
HSL329.52º98.44%74.9%-
HSV(B)329.52º49.61%99.61%-
XYZ58.1140.3154.59-
YUV172.97138.74185.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=44.25%
G=22.30%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412819200.500.240.00329.5298.4474.9
HexFE80C003218014a624b
Octal376200300062300512142113
Binary111111101000000011000000011001011000010100101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE80C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE80C0; }

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

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

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

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

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

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

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

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