#FE80CA

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

Shades of Tea Rose #FE80CA

Tints of Tea Rose #FE80CA

Color information

#FE80CA (or 0xFE80CA) is unknown color: approx Tea Rose. HEX triplet: FE, 80 and CA. RGB value is (254,128,202). Sum of RGB (Red+Green+Blue) = 254+128+202=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80CA is #017F35. Grayscale: #ADADAD. Windows color (decimal): -98102 or 13271294. OLE color: 13271294.

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

Color convert

RGB254128202-
CMYK00.500.200.00
HSL324.76º98.44%74.9%-
HSV(B)324.76º49.61%99.61%-
XYZ59.2540.7760.62-
YUV174.11143.74184.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 128 (50.39% from 255) = 21.92%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=43.49%
G=21.92%
B=34.59%

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
Decimal25412820200.500.200.00324.7698.4474.9
HexFE80CA032140145624b
Octal376200312062240505142113
Binary111111101000000011001010011001010100010100010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE80CA; }

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

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

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

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

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

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

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

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