Shades of Persian Pink #FF82BB
Tints of Persian Pink #FF82BB
RGB
CMYK
RGB Variations
Color information
#FF82BB (or 0xFF82BB) is known color: Persian Pink. HEX triplet: FF, 82 and BB. RGB value is (255,130,187). Sum of RGB (Red+Green+Blue) = 255+130+187=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82BB is #007D44. Grayscale: #ADADAD. Windows color (decimal): -32069 or 12288767. OLE color: 12288767.
HSL color Cylindrical-coordinate representation of color #FF82BB: hue angle of 332.64º 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 #FF82BB is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 187 | - |
| CMYK | 0 | 0.49 | 0.27 | 0 |
| HSL | 332.64º | 1% | 0.75% | - |
| HSV(B) | 332.64º | 0.49% | 1% | - |
| XYZ | 58.19 | 40.81 | 51.82 | - |
| YUV | 173.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 187 | 0 | 0.49 | 0.27 | 0 | 332.64 | 1 | 0.75 |
| Hex | FF | 82 | BB | 0 | 31 | 1B | 0 | 14D | 64 | 4B |
| Octal | 377 | 202 | 273 | 0 | 61 | 33 | 0 | 515 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10111011 | 0 | 110001 | 11011 | 0 | 101001101 | 1100100 | 1001011 |
Color Harmonies of #FF82BB
Complementary color
Monochromatic Colors of #FF82BB
Black with #FF82BB
Text Example
Text Example
White with #FF82BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82BB; }
p { color: rgb(255,130,187); }
H1.HeaderClassName
{
color: #FF82BB;
}
.AnyTagClassName
{
color: #FF82BB;
}
</style>
background-color css
<style>
a { background-color: #FF82BB; }
a { background-color: rgb(255,130,187); }
div.DivClassName
{
background-color: #FF82BB;
}
.BgClassName
{
background-color: #FF82BB;
}
</style>
border-color css
<style>
span { border-color: #FF82BB; }
span { border-color: rgb(255,130,187); }
td.TdClassName
{
border-color: #FF82BB;
}
.TagClassName
{
border-color: #FF82BB;
}
</style>