Html Css Color HEX #FE82C6 Tea Rose

📋 copy color: '#FE82C6'

red 254 ◦ green 130 ◦ blue 198

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

Shades of Tea Rose #FE82C6

Tints of Tea Rose #FE82C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.02%

R = 43.64%
G = 22.34%
B = 34.02%

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

#FE82C6 (or 0xFE82C6) is known color: Tea Rose. HEX triplet: FE, 82 and C6. RGB value is (254,130,198). Sum of RGB (Red+Green+Blue) = 254+130+198=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82C6 is #017D39. Grayscale: #AEAEAE. Windows color (decimal): -97594 or 13009662. OLE color: 13009662.

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

Color convert

RGB 254 130 198 -
CMYK 0 0.49 0.22 0.00
HSL 327.1º 0.98% 0.75% -
HSV(B) 327.1º 0.49% 1% -
XYZ 59.05 41.11 58.25 -
YUV 174.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 254 130 198 0 0.49 0.22 0.00 327.1 0.98 0.75
Hex FE 82 C6 0 31 16 0 147 62 4B
Octal 376 202 306 0 61 26 0 507 142 113
Binary 11111110 10000010 11000110 0 110001 10110 0 101000111 1100010 1001011

Color Harmonies of #FE82C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82C6

Black with #FE82C6

Text Example


Text Example

White with #FE82C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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