Shades of Persian Rose #FD3BAC
Tints of Persian Rose #FD3BAC
RGB
CMYK
RGB Variations
Color information
#FD3BAC (or 0xFD3BAC) is known color: Persian Rose. HEX triplet: FD, 3B and AC. RGB value is (253,59,172). Sum of RGB (Red+Green+Blue) = 253+59+172=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3BAC is #02C453. Grayscale: #818181. Windows color (decimal): -181332 or 11287549. OLE color: 11287549.
HSL color Cylindrical-coordinate representation of color #FD3BAC: hue angle of 325.05º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3BAC is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 59 | 172 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.01 |
| HSL | 325.05º | 0.98% | 0.61% | - |
| HSV(B) | 325.05º | 0.77% | 0.99% | - |
| XYZ | 49.52 | 26.99 | 41.63 | - |
| YUV | 129.89 | 151.77 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 59 | 172 | 0 | 0.77 | 0.32 | 0.01 | 325.05 | 0.98 | 0.61 |
| Hex | FD | 3B | AC | 0 | 4D | 20 | 1 | 145 | 62 | 3D |
| Octal | 375 | 73 | 254 | 0 | 115 | 40 | 1 | 505 | 142 | 75 |
| Binary | 11111101 | 111011 | 10101100 | 0 | 1001101 | 100000 | 1 | 101000101 | 1100010 | 111101 |
Color Harmonies of #FD3BAC
Complementary color
Monochromatic Colors of #FD3BAC
Black with #FD3BAC
Text Example
Text Example
White with #FD3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3BAC; }
p { color: rgb(253,59,172); }
H1.HeaderClassName
{
color: #FD3BAC;
}
.AnyTagClassName
{
color: #FD3BAC;
}
</style>
background-color css
<style>
a { background-color: #FD3BAC; }
a { background-color: rgb(253,59,172); }
div.DivClassName
{
background-color: #FD3BAC;
}
.BgClassName
{
background-color: #FD3BAC;
}
</style>
border-color css
<style>
span { border-color: #FD3BAC; }
span { border-color: rgb(253,59,172); }
td.TdClassName
{
border-color: #FD3BAC;
}
.TagClassName
{
border-color: #FD3BAC;
}
</style>