#FE89D0

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

Shades of Tea Rose #FE89D0

Tints of Tea Rose #FE89D0

Color information

#FE89D0 (or 0xFE89D0) is unknown color: approx Tea Rose. HEX triplet: FE, 89 and D0. RGB value is (254,137,208). Sum of RGB (Red+Green+Blue) = 254+137+208=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89D0 is #01762F. Grayscale: #B3B3B3. Windows color (decimal): -95792 or 13666814. OLE color: 13666814.

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

Color convert

RGB254137208-
CMYK00.460.180.00
HSL323.59º98.32%76.67%-
HSV(B)323.59º46.06%99.61%-
XYZ61.243.5264.85-
YUV180.08143.76180.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 137 (53.91% from 255) = 22.87%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=42.40%
G=22.87%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413720800.460.180.00323.5998.3276.67
HexFE89D002E120144624d
Octal376211320056220504142115
Binary111111101000100111010000010111010010010100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE89D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE89D0; }

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

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

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

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

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

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

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

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