#FF82C0

Color #FF82C0 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FF82C0

Tints of Tea Rose #FF82C0

Color information

#FF82C0 (or 0xFF82C0) is unknown color: approx Tea Rose. HEX triplet: FF, 82 and C0. RGB value is (255,130,192). Sum of RGB (Red+Green+Blue) = 255+130+192=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82C0 is #007D3F. Grayscale: #AEAEAE. Windows color (decimal): -32064 or 12616447. OLE color: 12616447.

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

Color convert

RGB255130192-
CMYK00.490.250
HSL330.24º100%75.49%-
HSV(B)330.24º49.02%100%-
XYZ58.7441.0354.69-
YUV174.44137.91185.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 130 (51.17% from 255) = 22.53%
BLUE value IS 192 (75.39% from 255) = 33.28%
R=44.19%
G=22.53%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513019200.490.250330.2410075.49
HexFF82C003119014a644b
Octal377202300061310512144113
Binary111111111000001011000000011000111001010100101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82C0; }

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

 H1.HeaderClassName
 {
   color: #FF82C0;
 }
 .AnyTagClassName
 {
   color: #FF82C0;
 }
</style>
background-color css

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

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

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

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

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

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