#FF82BF

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

Shades of Tea Rose #FF82BF

Tints of Tea Rose #FF82BF

Color information

#FF82BF (or 0xFF82BF) is unknown color: approx Tea Rose. HEX triplet: FF, 82 and BF. RGB value is (255,130,191). Sum of RGB (Red+Green+Blue) = 255+130+191=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82BF is #007D40. Grayscale: #AEAEAE. Windows color (decimal): -32065 or 12550911. OLE color: 12550911.

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

Color convert

RGB255130191-
CMYK00.490.250
HSL330.72º100%75.49%-
HSV(B)330.72º49.02%100%-
XYZ58.6340.9954.11-
YUV174.33137.41185.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 191 (75% from 255) = 33.16%
R=44.27%
G=22.57%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513019100.490.250330.7210075.49
HexFF82BF03119014b644b
Octal377202277061310513144113
Binary111111111000001010111111011000111001010100101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82BF; }

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

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

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

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

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

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

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

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