#FE89D4

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

Shades of Tea Rose #FE89D4

Tints of Tea Rose #FE89D4

Color information

#FE89D4 (or 0xFE89D4) is unknown color: approx Tea Rose. HEX triplet: FE, 89 and D4. RGB value is (254,137,212). Sum of RGB (Red+Green+Blue) = 254+137+212=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 137 (53.91% from 255 or 22.72% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89D4 is #01762B. Grayscale: #B4B4B4. Windows color (decimal): -95788 or 13928958. OLE color: 13928958.

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

Color convert

RGB254137212-
CMYK00.460.170.00
HSL321.54º98.32%76.67%-
HSV(B)321.54º46.06%99.61%-
XYZ61.743.7267.47-
YUV180.53145.76180.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 137 (53.91% from 255) = 22.72%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=42.12%
G=22.72%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413721200.460.170.00321.5498.3276.67
HexFE89D402E110142624d
Octal376211324056210502142115
Binary111111101000100111010100010111010001010100001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE89D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE89D4; }

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

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

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

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

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

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

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

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