Html Css Color HEX #FF82C9 Tea Rose

📋 copy color: '#FF82C9'

red 255 ◦ green 130 ◦ blue 201

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

Shades of Tea Rose #FF82C9

Tints of Tea Rose #FF82C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 43.52%
G = 22.18%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF82C9 (or 0xFF82C9) is known color: Tea Rose. HEX triplet: FF, 82 and C9. RGB value is (255,130,201). Sum of RGB (Red+Green+Blue) = 255+130+201=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82C9 is #007D36. Grayscale: #AFAFAF. Windows color (decimal): -32055 or 13206271. OLE color: 13206271.

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

Color convert

RGB 255 130 201 -
CMYK 0 0.49 0.21 0
HSL 325.92º 1% 0.75% -
HSV(B) 325.92º 0.49% 1% -
XYZ 59.77 41.44 60.11 -
YUV 175.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 255 130 201 0 0.49 0.21 0 325.92 1 0.75
Hex FF 82 C9 0 31 15 0 146 64 4B
Octal 377 202 311 0 61 25 0 506 144 113
Binary 11111111 10000010 11001001 0 110001 10101 0 101000110 1100100 1001011

Color Harmonies of #FF82C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82C9

Black with #FF82C9

Text Example


Text Example

White with #FF82C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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