Shades of Persian Pink #FA8BB6
Tints of Persian Pink #FA8BB6
RGB
CMYK
RGB Variations
Color information
#FA8BB6 (or 0xFA8BB6) is known color: Persian Pink. HEX triplet: FA, 8B and B6. RGB value is (250,139,182). Sum of RGB (Red+Green+Blue) = 250+139+182=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BB6 is #057449. Grayscale: #B1B1B1. Windows color (decimal): -357450 or 11963386. OLE color: 11963386.
HSL color Cylindrical-coordinate representation of color #FA8BB6: hue angle of 336.76º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BB6 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 182 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.02 |
| HSL | 336.76º | 0.92% | 0.76% | - |
| HSV(B) | 336.76º | 0.44% | 0.98% | - |
| XYZ | 57.1 | 42.17 | 49.39 | - |
| YUV | 177.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 182 | 0 | 0.44 | 0.27 | 0.02 | 336.76 | 0.92 | 0.76 |
| Hex | FA | 8B | B6 | 0 | 2C | 1B | 2 | 151 | 5C | 4C |
| Octal | 372 | 213 | 266 | 0 | 54 | 33 | 2 | 521 | 134 | 114 |
| Binary | 11111010 | 10001011 | 10110110 | 0 | 101100 | 11011 | 10 | 101010001 | 1011100 | 1001100 |
Color Harmonies of #FA8BB6
Complementary color
Monochromatic Colors of #FA8BB6
Black with #FA8BB6
Text Example
Text Example
White with #FA8BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BB6; }
p { color: rgb(250,139,182); }
H1.HeaderClassName
{
color: #FA8BB6;
}
.AnyTagClassName
{
color: #FA8BB6;
}
</style>
background-color css
<style>
a { background-color: #FA8BB6; }
a { background-color: rgb(250,139,182); }
div.DivClassName
{
background-color: #FA8BB6;
}
.BgClassName
{
background-color: #FA8BB6;
}
</style>
border-color css
<style>
span { border-color: #FA8BB6; }
span { border-color: rgb(250,139,182); }
td.TdClassName
{
border-color: #FA8BB6;
}
.TagClassName
{
border-color: #FA8BB6;
}
</style>