#FE89CC

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

Shades of Tea Rose #FE89CC

Tints of Tea Rose #FE89CC

Color information

#FE89CC (or 0xFE89CC) is unknown color: approx Tea Rose. HEX triplet: FE, 89 and CC. RGB value is (254,137,204). Sum of RGB (Red+Green+Blue) = 254+137+204=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89CC is #017633. Grayscale: #B3B3B3. Windows color (decimal): -95796 or 13404670. OLE color: 13404670.

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

Color convert

RGB254137204-
CMYK00.460.200.00
HSL325.64º98.32%76.67%-
HSV(B)325.64º46.06%99.61%-
XYZ60.7243.3262.29-
YUV179.62141.76181.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 137 (53.91% from 255) = 23.03%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=42.69%
G=23.03%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413720400.460.200.00325.6498.3276.67
HexFE89CC02E140146624d
Octal376211314056240506142115
Binary111111101000100111001100010111010100010100011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE89CC; }

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

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

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

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

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

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

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

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