Html Css Color HEX #FE82C5 Tea Rose

📋 copy color: '#FE82C5'

red 254 ◦ green 130 ◦ blue 197

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

Shades of Tea Rose #FE82C5

Tints of Tea Rose #FE82C5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.38%

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

R = 43.72%
G = 22.38%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE82C5 (or 0xFE82C5) is known color: Tea Rose. HEX triplet: FE, 82 and C5. RGB value is (254,130,197). Sum of RGB (Red+Green+Blue) = 254+130+197=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82C5 is #017D3A. Grayscale: #AEAEAE. Windows color (decimal): -97595 or 12944126. OLE color: 12944126.

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

Color convert

RGB 254 130 197 -
CMYK 0 0.49 0.22 0.00
HSL 327.58º 0.98% 0.75% -
HSV(B) 327.58º 0.49% 1% -
XYZ 58.93 41.07 57.64 -
YUV 174.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 254 130 197 0 0.49 0.22 0.00 327.58 0.98 0.75
Hex FE 82 C5 0 31 16 0 148 62 4B
Octal 376 202 305 0 61 26 0 510 142 113
Binary 11111110 10000010 11000101 0 110001 10110 0 101001000 1100010 1001011

Color Harmonies of #FE82C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82C5

Black with #FE82C5

Text Example


Text Example

White with #FE82C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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