Html Css Color HEX #FE89CF Tea Rose

📋 copy color: '#FE89CF'

red 254 ◦ green 137 ◦ blue 207

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

Shades of Tea Rose #FE89CF

Tints of Tea Rose #FE89CF

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 value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

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

RGB 254 137 207 -
CMYK 0 0.46 0.19 0.00
HSL 324.1º 0.98% 0.77% -
HSV(B) 324.1º 0.46% 1% -
XYZ 61.08 43.47 64.2 -
YUV 179.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 254 137 207 0 0.46 0.19 0.00 324.1 0.98 0.77
Hex FE 89 CF 0 2E 13 0 144 62 4D
Octal 376 211 317 0 56 23 0 504 142 115
Binary 11111110 10001001 11001111 0 101110 10011 0 101000100 1100010 1001101

Color Harmonies of #FE89CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89CF

Black with #FE89CF

Text Example


Text Example

White with #FE89CF

Text Example


Text Example

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