Html Css Color HEX #FE84C5 Tea Rose

📋 copy color: '#FE84C5'

red 254 ◦ green 132 ◦ blue 197

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

Shades of Tea Rose #FE84C5

Tints of Tea Rose #FE84C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.79%

R = 43.57%
G = 22.64%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE84C5 (or 0xFE84C5) is known color: Tea Rose. HEX triplet: FE, 84 and C5. RGB value is (254,132,197). Sum of RGB (Red+Green+Blue) = 254+132+197=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84C5 is #017B3A. Grayscale: #AFAFAF. Windows color (decimal): -97083 or 12944638. OLE color: 12944638.

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

Color convert

RGB 254 132 197 -
CMYK 0 0.48 0.22 0.00
HSL 328.03º 0.98% 0.76% -
HSV(B) 328.03º 0.48% 1% -
XYZ 59.2 41.6 57.73 -
YUV 175.89 139.92 183.71 -
System Red Green Blue C M Y K H S L
Decimal 254 132 197 0 0.48 0.22 0.00 328.03 0.98 0.76
Hex FE 84 C5 0 30 16 0 148 62 4C
Octal 376 204 305 0 60 26 0 510 142 114
Binary 11111110 10000100 11000101 0 110000 10110 0 101001000 1100010 1001100

Color Harmonies of #FE84C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE84C5

Black with #FE84C5

Text Example


Text Example

White with #FE84C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE84C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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