Shades of Persian Pink #FC84B7
Tints of Persian Pink #FC84B7
RGB
CMYK
RGB Variations
Color information
#FC84B7 (or 0xFC84B7) is known color: Persian Pink. HEX triplet: FC, 84 and B7. RGB value is (252,132,183). Sum of RGB (Red+Green+Blue) = 252+132+183=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84B7 is #037B48. Grayscale: #ADADAD. Windows color (decimal): -228169 or 12027132. OLE color: 12027132.
HSL color Cylindrical-coordinate representation of color #FC84B7: hue angle of 334.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC84B7 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 132 | 183 | - |
CMYK | 0 | 0.48 | 0.27 | 0.01 |
HSL | 334.5º | 0.95% | 0.75% | - |
HSV(B) | 334.5º | 0.48% | 0.99% | - |
XYZ | 56.94 | 40.62 | 49.64 | - |
YUV | 173.69 | 133.26 | 183.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 132 | 183 | 0 | 0.48 | 0.27 | 0.01 | 334.5 | 0.95 | 0.75 |
Hex | FC | 84 | B7 | 0 | 30 | 1B | 1 | 14E | 5F | 4B |
Octal | 374 | 204 | 267 | 0 | 60 | 33 | 1 | 516 | 137 | 113 |
Binary | 11111100 | 10000100 | 10110111 | 0 | 110000 | 11011 | 1 | 101001110 | 1011111 | 1001011 |
Color Harmonies of #FC84B7
Complementary color
Monochromatic Colors of #FC84B7
Black with #FC84B7
Text Example
Text Example
White with #FC84B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC84B7; }
p { color: rgb(252,132,183); }
H1.HeaderClassName
{
color: #FC84B7;
}
.AnyTagClassName
{
color: #FC84B7;
}
</style>
background-color css
<style>
a { background-color: #FC84B7; }
a { background-color: rgb(252,132,183); }
div.DivClassName
{
background-color: #FC84B7;
}
.BgClassName
{
background-color: #FC84B7;
}
</style>
border-color css
<style>
span { border-color: #FC84B7; }
span { border-color: rgb(252,132,183); }
td.TdClassName
{
border-color: #FC84B7;
}
.TagClassName
{
border-color: #FC84B7;
}
</style>