Shades of Persian Rose #FC2DAC
Tints of Persian Rose #FC2DAC
RGB
CMYK
RGB Variations
Color information
#FC2DAC (or 0xFC2DAC) is known color: Persian Rose. HEX triplet: FC, 2D and AC. RGB value is (252,45,172). Sum of RGB (Red+Green+Blue) = 252+45+172=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2DAC is #03D253. Grayscale: #797979. Windows color (decimal): -250452 or 11283964. OLE color: 11283964.
HSL color Cylindrical-coordinate representation of color #FC2DAC: hue angle of 323.19º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2DAC is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 172 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.01 |
| HSL | 323.19º | 0.97% | 0.58% | - |
| HSV(B) | 323.19º | 0.82% | 0.99% | - |
| XYZ | 48.53 | 25.55 | 41.4 | - |
| YUV | 121.37 | 156.58 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 172 | 0 | 0.82 | 0.32 | 0.01 | 323.19 | 0.97 | 0.58 |
| Hex | FC | 2D | AC | 0 | 52 | 20 | 1 | 143 | 61 | 3A |
| Octal | 374 | 55 | 254 | 0 | 122 | 40 | 1 | 503 | 141 | 72 |
| Binary | 11111100 | 101101 | 10101100 | 0 | 1010010 | 100000 | 1 | 101000011 | 1100001 | 111010 |
Color Harmonies of #FC2DAC
Complementary color
Monochromatic Colors of #FC2DAC
Black with #FC2DAC
Text Example
Text Example
White with #FC2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DAC; }
p { color: rgb(252,45,172); }
H1.HeaderClassName
{
color: #FC2DAC;
}
.AnyTagClassName
{
color: #FC2DAC;
}
</style>
background-color css
<style>
a { background-color: #FC2DAC; }
a { background-color: rgb(252,45,172); }
div.DivClassName
{
background-color: #FC2DAC;
}
.BgClassName
{
background-color: #FC2DAC;
}
</style>
border-color css
<style>
span { border-color: #FC2DAC; }
span { border-color: rgb(252,45,172); }
td.TdClassName
{
border-color: #FC2DAC;
}
.TagClassName
{
border-color: #FC2DAC;
}
</style>