#FE80CC

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

Shades of Tea Rose #FE80CC

Tints of Tea Rose #FE80CC

Color information

#FE80CC (or 0xFE80CC) is unknown color: approx Tea Rose. HEX triplet: FE, 80 and CC. RGB value is (254,128,204). Sum of RGB (Red+Green+Blue) = 254+128+204=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80CC is #017F33. Grayscale: #AEAEAE. Windows color (decimal): -98100 or 13402366. OLE color: 13402366.

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

Color convert

RGB254128204-
CMYK00.500.200.00
HSL323.81º98.44%74.9%-
HSV(B)323.81º49.61%99.61%-
XYZ59.4940.8761.88-
YUV174.34144.74184.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 128 (50.39% from 255) = 21.84%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=43.34%
G=21.84%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412820400.500.200.00323.8198.4474.9
HexFE80CC032140144624b
Octal376200314062240504142113
Binary111111101000000011001100011001010100010100010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE80CC; }

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

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

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

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

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

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

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

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