#FE89C5

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

Shades of Tea Rose #FE89C5

Tints of Tea Rose #FE89C5

Color information

#FE89C5 (or 0xFE89C5) is unknown color: approx Tea Rose. HEX triplet: FE, 89 and C5. RGB value is (254,137,197). Sum of RGB (Red+Green+Blue) = 254+137+197=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 137 (53.91% from 255 or 23.30% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89C5 is #01763A. Grayscale: #B2B2B2. Windows color (decimal): -95803 or 12945918. OLE color: 12945918.

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

Color convert

RGB254137197-
CMYK00.460.220.00
HSL329.23º98.32%76.67%-
HSV(B)329.23º46.06%99.61%-
XYZ59.942.9957.96-
YUV178.82138.26181.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 137 (53.91% from 255) = 23.30%
BLUE value IS 197 (77.34% from 255) = 33.50%
R=43.20%
G=23.30%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413719700.460.220.00329.2398.3276.67
HexFE89C502E160149624d
Octal376211305056260511142115
Binary111111101000100111000101010111010110010100100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE89C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE89C5; }

 p { color: rgb(254,137,197); }

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

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

 a { background-color: rgb(254,137,197); }

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

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

 span { border-color: rgb(254,137,197); }

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