Shades of Persian Pink #FC7BBA
Tints of Persian Pink #FC7BBA
RGB
CMYK
RGB Variations
Color information
#FC7BBA (or 0xFC7BBA) is known color: Persian Pink. HEX triplet: FC, 7B and BA. RGB value is (252,123,186). Sum of RGB (Red+Green+Blue) = 252+123+186=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BBA is #038445. Grayscale: #A8A8A8. Windows color (decimal): -230470 or 12221436. OLE color: 12221436.
HSL color Cylindrical-coordinate representation of color #FC7BBA: hue angle of 330.7º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7BBA is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 186 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.01 |
| HSL | 330.7º | 0.96% | 0.74% | - |
| HSV(B) | 330.7º | 0.51% | 0.99% | - |
| XYZ | 56.09 | 38.41 | 50.91 | - |
| YUV | 168.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 186 | 0 | 0.51 | 0.26 | 0.01 | 330.7 | 0.96 | 0.74 |
| Hex | FC | 7B | BA | 0 | 33 | 1A | 1 | 14B | 60 | 4A |
| Octal | 374 | 173 | 272 | 0 | 63 | 32 | 1 | 513 | 140 | 112 |
| Binary | 11111100 | 1111011 | 10111010 | 0 | 110011 | 11010 | 1 | 101001011 | 1100000 | 1001010 |
Color Harmonies of #FC7BBA
Complementary color
Monochromatic Colors of #FC7BBA
Black with #FC7BBA
Text Example
Text Example
White with #FC7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BBA; }
p { color: rgb(252,123,186); }
H1.HeaderClassName
{
color: #FC7BBA;
}
.AnyTagClassName
{
color: #FC7BBA;
}
</style>
background-color css
<style>
a { background-color: #FC7BBA; }
a { background-color: rgb(252,123,186); }
div.DivClassName
{
background-color: #FC7BBA;
}
.BgClassName
{
background-color: #FC7BBA;
}
</style>
border-color css
<style>
span { border-color: #FC7BBA; }
span { border-color: rgb(252,123,186); }
td.TdClassName
{
border-color: #FC7BBA;
}
.TagClassName
{
border-color: #FC7BBA;
}
</style>