Html Css Color HEX #FF82D2 Tea Rose

📋 copy color: '#FF82D2'

red 255 ◦ green 130 ◦ blue 210

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

Shades of Tea Rose #FF82D2

Tints of Tea Rose #FF82D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.29%

R = 42.86%
G = 21.85%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF82D2 (or 0xFF82D2) is known color: Tea Rose. HEX triplet: FF, 82 and D2. RGB value is (255,130,210). Sum of RGB (Red+Green+Blue) = 255+130+210=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82D2 is #007D2D. Grayscale: #B0B0B0. Windows color (decimal): -32046 or 13796095. OLE color: 13796095.

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

Color convert

RGB 255 130 210 -
CMYK 0 0.49 0.18 0
HSL 321.6º 1% 0.75% -
HSV(B) 321.6º 0.49% 1% -
XYZ 60.86 41.88 65.85 -
YUV 176.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 255 130 210 0 0.49 0.18 0 321.6 1 0.75
Hex FF 82 D2 0 31 12 0 142 64 4B
Octal 377 202 322 0 61 22 0 502 144 113
Binary 11111111 10000010 11010010 0 110001 10010 0 101000010 1100100 1001011

Color Harmonies of #FF82D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82D2

Black with #FF82D2

Text Example


Text Example

White with #FF82D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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