Html Css Color HEX #FE89CE Tea Rose

📋 copy color: '#FE89CE'

red 254 ◦ green 137 ◦ blue 206

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

Shades of Tea Rose #FE89CE

Tints of Tea Rose #FE89CE

RGB

 RED value IS 254 (99.61% from 255) = 42.55%

 GREEN value IS 137 (53.91% from 255) = 22.95%

 BLUE value IS 206 (80.86% from 255) = 34.51%

R = 42.55%
G = 22.95%
B = 34.51%

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

#FE89CE (or 0xFE89CE) is known color: Tea Rose. HEX triplet: FE, 89 and CE. RGB value is (254,137,206). Sum of RGB (Red+Green+Blue) = 254+137+206=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89CE is #017631. Grayscale: #B3B3B3. Windows color (decimal): -95794 or 13535742. OLE color: 13535742.

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

Color convert

RGB 254 137 206 -
CMYK 0 0.46 0.19 0.00
HSL 324.62º 0.98% 0.77% -
HSV(B) 324.62º 0.46% 1% -
XYZ 60.96 43.42 63.56 -
YUV 179.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 254 137 206 0 0.46 0.19 0.00 324.62 0.98 0.77
Hex FE 89 CE 0 2E 13 0 145 62 4D
Octal 376 211 316 0 56 23 0 505 142 115
Binary 11111110 10001001 11001110 0 101110 10011 0 101000101 1100010 1001101

Color Harmonies of #FE89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89CE

Black with #FE89CE

Text Example


Text Example

White with #FE89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE89CE; }

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

 H1.HeaderClassName
 {
   color: #FE89CE;
 }
 .AnyTagClassName
 {
   color: #FE89CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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