Shades of Persian Pink #FF8BB6
Tints of Persian Pink #FF8BB6
RGB
CMYK
RGB Variations
Color information
#FF8BB6 (or 0xFF8BB6) is known color: Persian Pink. HEX triplet: FF, 8B and B6. RGB value is (255,139,182). Sum of RGB (Red+Green+Blue) = 255+139+182=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BB6 is #007449. Grayscale: #B2B2B2. Windows color (decimal): -29770 or 11963391. OLE color: 11963391.
HSL color Cylindrical-coordinate representation of color #FF8BB6: hue angle of 337.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8BB6 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 182 | - |
| CMYK | 0 | 0.45 | 0.29 | 0 |
| HSL | 337.76º | 1% | 0.77% | - |
| HSV(B) | 337.76º | 0.45% | 1% | - |
| XYZ | 58.92 | 43.1 | 49.47 | - |
| YUV | 178.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 182 | 0 | 0.45 | 0.29 | 0 | 337.76 | 1 | 0.77 |
| Hex | FF | 8B | B6 | 0 | 2D | 1D | 0 | 152 | 64 | 4D |
| Octal | 377 | 213 | 266 | 0 | 55 | 35 | 0 | 522 | 144 | 115 |
| Binary | 11111111 | 10001011 | 10110110 | 0 | 101101 | 11101 | 0 | 101010010 | 1100100 | 1001101 |
Color Harmonies of #FF8BB6
Complementary color
Monochromatic Colors of #FF8BB6
Black with #FF8BB6
Text Example
Text Example
White with #FF8BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BB6; }
p { color: rgb(255,139,182); }
H1.HeaderClassName
{
color: #FF8BB6;
}
.AnyTagClassName
{
color: #FF8BB6;
}
</style>
background-color css
<style>
a { background-color: #FF8BB6; }
a { background-color: rgb(255,139,182); }
div.DivClassName
{
background-color: #FF8BB6;
}
.BgClassName
{
background-color: #FF8BB6;
}
</style>
border-color css
<style>
span { border-color: #FF8BB6; }
span { border-color: rgb(255,139,182); }
td.TdClassName
{
border-color: #FF8BB6;
}
.TagClassName
{
border-color: #FF8BB6;
}
</style>