#FE89BE

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

Shades of Tea Rose #FE89BE

Tints of Tea Rose #FE89BE

Color information

#FE89BE (or 0xFE89BE) is unknown color: approx Tea Rose. HEX triplet: FE, 89 and BE. RGB value is (254,137,190). Sum of RGB (Red+Green+Blue) = 254+137+190=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89BE is #017641. Grayscale: #B1B1B1. Windows color (decimal): -95810 or 12487166. OLE color: 12487166.

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

Color convert

RGB254137190-
CMYK00.460.250.00
HSL332.82º98.32%76.67%-
HSV(B)332.82º46.06%99.61%-
XYZ59.1142.6853.84-
YUV178.02134.76182.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 137 (53.91% from 255) = 23.58%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=43.72%
G=23.58%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413719000.460.250.00332.8298.3276.67
HexFE89BE02E19014d624d
Octal376211276056310515142115
Binary111111101000100110111110010111011001010100110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE89BE; }

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

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

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

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

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

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

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

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