Html Css Color HEX #FF82C2 Tea Rose

📋 copy color: '#FF82C2'

red 255 ◦ green 130 ◦ blue 194

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

Shades of Tea Rose #FF82C2

Tints of Tea Rose #FF82C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.51%

R = 44.04%
G = 22.45%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF82C2 (or 0xFF82C2) is known color: Tea Rose. HEX triplet: FF, 82 and C2. RGB value is (255,130,194). Sum of RGB (Red+Green+Blue) = 255+130+194=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82C2 is #007D3D. Grayscale: #AEAEAE. Windows color (decimal): -32062 or 12747519. OLE color: 12747519.

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

Color convert

RGB 255 130 194 -
CMYK 0 0.49 0.24 0
HSL 329.28º 1% 0.75% -
HSV(B) 329.28º 0.49% 1% -
XYZ 58.96 41.12 55.87 -
YUV 174.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 255 130 194 0 0.49 0.24 0 329.28 1 0.75
Hex FF 82 C2 0 31 18 0 149 64 4B
Octal 377 202 302 0 61 30 0 511 144 113
Binary 11111111 10000010 11000010 0 110001 11000 0 101001001 1100100 1001011

Color Harmonies of #FF82C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82C2

Black with #FF82C2

Text Example


Text Example

White with #FF82C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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