Html Css Color HEX #FF82C6 Tea Rose

📋 copy color: '#FF82C6'

red 255 ◦ green 130 ◦ blue 198

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

Shades of Tea Rose #FF82C6

Tints of Tea Rose #FF82C6

RGB

 RED value IS 255 (100% from 255) = 43.74%

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

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

R = 43.74%
G = 22.3%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF82C6 (or 0xFF82C6) is known color: Tea Rose. HEX triplet: FF, 82 and C6. RGB value is (255,130,198). Sum of RGB (Red+Green+Blue) = 255+130+198=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82C6 is #007D39. Grayscale: #AEAEAE. Windows color (decimal): -32058 or 13009663. OLE color: 13009663.

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

Color convert

RGB 255 130 198 -
CMYK 0 0.49 0.22 0
HSL 327.36º 1% 0.75% -
HSV(B) 327.36º 0.49% 1% -
XYZ 59.42 41.3 58.27 -
YUV 175.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 255 130 198 0 0.49 0.22 0 327.36 1 0.75
Hex FF 82 C6 0 31 16 0 147 64 4B
Octal 377 202 306 0 61 26 0 507 144 113
Binary 11111111 10000010 11000110 0 110001 10110 0 101000111 1100100 1001011

Color Harmonies of #FF82C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82C6

Black with #FF82C6

Text Example


Text Example

White with #FF82C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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