Shades of Persian Rose #FC29AB
Tints of Persian Rose #FC29AB
RGB
CMYK
RGB Variations
Color information
#FC29AB (or 0xFC29AB) is known color: Persian Rose. HEX triplet: FC, 29 and AB. RGB value is (252,41,171). Sum of RGB (Red+Green+Blue) = 252+41+171=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC29AB is #03D654. Grayscale: #767676. Windows color (decimal): -251477 or 11217404. OLE color: 11217404.
HSL color Cylindrical-coordinate representation of color #FC29AB: hue angle of 323.03º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC29AB is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 171 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.01 |
| HSL | 323.03º | 0.97% | 0.57% | - |
| HSV(B) | 323.03º | 0.84% | 0.99% | - |
| XYZ | 48.29 | 25.22 | 40.85 | - |
| YUV | 118.91 | 157.4 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 171 | 0 | 0.84 | 0.32 | 0.01 | 323.03 | 0.97 | 0.57 |
| Hex | FC | 29 | AB | 0 | 54 | 20 | 1 | 143 | 61 | 39 |
| Octal | 374 | 51 | 253 | 0 | 124 | 40 | 1 | 503 | 141 | 71 |
| Binary | 11111100 | 101001 | 10101011 | 0 | 1010100 | 100000 | 1 | 101000011 | 1100001 | 111001 |
Color Harmonies of #FC29AB
Complementary color
Monochromatic Colors of #FC29AB
Black with #FC29AB
Text Example
Text Example
White with #FC29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC29AB; }
p { color: rgb(252,41,171); }
H1.HeaderClassName
{
color: #FC29AB;
}
.AnyTagClassName
{
color: #FC29AB;
}
</style>
background-color css
<style>
a { background-color: #FC29AB; }
a { background-color: rgb(252,41,171); }
div.DivClassName
{
background-color: #FC29AB;
}
.BgClassName
{
background-color: #FC29AB;
}
</style>
border-color css
<style>
span { border-color: #FC29AB; }
span { border-color: rgb(252,41,171); }
td.TdClassName
{
border-color: #FC29AB;
}
.TagClassName
{
border-color: #FC29AB;
}
</style>