Html Css Color HEX #FE89BE Tea Rose

📋 copy color: '#FE89BE'

red 254 ◦ green 137 ◦ blue 190

#FE89BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FE89BE

Tints of Tea Rose #FE89BE

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.7%

R = 43.72%
G = 23.58%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE89BE (or 0xFE89BE) is known color: 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

RGB 254 137 190 -
CMYK 0 0.46 0.25 0.00
HSL 332.82º 0.98% 0.77% -
HSV(B) 332.82º 0.46% 1% -
XYZ 59.11 42.68 53.84 -
YUV 178.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 254 137 190 0 0.46 0.25 0.00 332.82 0.98 0.77
Hex FE 89 BE 0 2E 19 0 14D 62 4D
Octal 376 211 276 0 56 31 0 515 142 115
Binary 11111110 10001001 10111110 0 101110 11001 0 101001101 1100010 1001101

Color Harmonies of #FE89BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89BE

Black with #FE89BE

Text Example


Text Example

White with #FE89BE

Text Example


Text Example

HTML Codes & Css Web 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>