#FE89CF

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

Shades of Tea Rose #FE89CF

Tints of Tea Rose #FE89CF

Color information

#FE89CF (or 0xFE89CF) is unknown color: approx Tea Rose. HEX triplet: FE, 89 and CF. RGB value is (254,137,207). Sum of RGB (Red+Green+Blue) = 254+137+207=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89CF is #017630. Grayscale: #B3B3B3. Windows color (decimal): -95793 or 13601278. OLE color: 13601278.

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

Color convert

RGB254137207-
CMYK00.460.190.00
HSL324.1º98.32%76.67%-
HSV(B)324.1º46.06%99.61%-
XYZ61.0843.4764.2-
YUV179.96143.26180.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 137 (53.91% from 255) = 22.91%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=42.47%
G=22.91%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413720700.460.190.00324.198.3276.67
HexFE89CF02E130144624d
Octal376211317056230504142115
Binary111111101000100111001111010111010011010100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE89CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE89CF; }

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

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

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

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

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

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

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

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