Html Css Color HEX #FE84BE Tea Rose

📋 copy color: '#FE84BE'

red 254 ◦ green 132 ◦ blue 190

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

Shades of Tea Rose #FE84BE

Tints of Tea Rose #FE84BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.92%

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 44.1%
G = 22.92%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE84BE (or 0xFE84BE) is known color: Tea Rose. HEX triplet: FE, 84 and BE. RGB value is (254,132,190). Sum of RGB (Red+Green+Blue) = 254+132+190=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84BE is #017B41. Grayscale: #AEAEAE. Windows color (decimal): -97090 or 12485886. OLE color: 12485886.

HSL color Cylindrical-coordinate representation of color #FE84BE: hue angle of 331.48º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE84BE is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 132 190 -
CMYK 0 0.48 0.25 0.00
HSL 331.48º 0.98% 0.76% -
HSV(B) 331.48º 0.48% 1% -
XYZ 58.42 41.29 53.61 -
YUV 175.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 254 132 190 0 0.48 0.25 0.00 331.48 0.98 0.76
Hex FE 84 BE 0 30 19 0 14B 62 4C
Octal 376 204 276 0 60 31 0 513 142 114
Binary 11111110 10000100 10111110 0 110000 11001 0 101001011 1100010 1001100

Color Harmonies of #FE84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE84BE

Black with #FE84BE

Text Example


Text Example

White with #FE84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE84BE; }

 p { color: rgb(254,132,190); }

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

background-color css

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

 a { background-color: rgb(254,132,190); }

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

border-color css

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

 span { border-color: rgb(254,132,190); }

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