Shades of Persian Pink #FA86B4
Tints of Persian Pink #FA86B4
RGB
CMYK
RGB Variations
Color information
#FA86B4 (or 0xFA86B4) is known color: Persian Pink. HEX triplet: FA, 86 and B4. RGB value is (250,134,180). Sum of RGB (Red+Green+Blue) = 250+134+180=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86B4 is #05794B. Grayscale: #ADADAD. Windows color (decimal): -358732 or 11831034. OLE color: 11831034.
HSL color Cylindrical-coordinate representation of color #FA86B4: hue angle of 336.21º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA86B4 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 180 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.02 |
| HSL | 336.21º | 0.92% | 0.75% | - |
| HSV(B) | 336.21º | 0.46% | 0.98% | - |
| XYZ | 56.19 | 40.67 | 48.07 | - |
| YUV | 173.93 | 131.43 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 180 | 0 | 0.46 | 0.28 | 0.02 | 336.21 | 0.92 | 0.75 |
| Hex | FA | 86 | B4 | 0 | 2E | 1C | 2 | 150 | 5C | 4B |
| Octal | 372 | 206 | 264 | 0 | 56 | 34 | 2 | 520 | 134 | 113 |
| Binary | 11111010 | 10000110 | 10110100 | 0 | 101110 | 11100 | 10 | 101010000 | 1011100 | 1001011 |
Color Harmonies of #FA86B4
Complementary color
Monochromatic Colors of #FA86B4
Black with #FA86B4
Text Example
Text Example
White with #FA86B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA86B4; }
p { color: rgb(250,134,180); }
H1.HeaderClassName
{
color: #FA86B4;
}
.AnyTagClassName
{
color: #FA86B4;
}
</style>
background-color css
<style>
a { background-color: #FA86B4; }
a { background-color: rgb(250,134,180); }
div.DivClassName
{
background-color: #FA86B4;
}
.BgClassName
{
background-color: #FA86B4;
}
</style>
border-color css
<style>
span { border-color: #FA86B4; }
span { border-color: rgb(250,134,180); }
td.TdClassName
{
border-color: #FA86B4;
}
.TagClassName
{
border-color: #FA86B4;
}
</style>