Shades of Persian Rose #FD29AD
Tints of Persian Rose #FD29AD
RGB
CMYK
RGB Variations
Color information
#FD29AD (or 0xFD29AD) is known color: Persian Rose. HEX triplet: FD, 29 and AD. RGB value is (253,41,173). Sum of RGB (Red+Green+Blue) = 253+41+173=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD29AD is #02D652. Grayscale: #777777. Windows color (decimal): -185939 or 11348477. OLE color: 11348477.
HSL color Cylindrical-coordinate representation of color #FD29AD: hue angle of 322.64º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD29AD is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 173 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.01 |
| HSL | 322.64º | 0.98% | 0.58% | - |
| HSV(B) | 322.64º | 0.84% | 0.99% | - |
| XYZ | 48.84 | 25.49 | 41.88 | - |
| YUV | 119.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 173 | 0 | 0.84 | 0.32 | 0.01 | 322.64 | 0.98 | 0.58 |
| Hex | FD | 29 | AD | 0 | 54 | 20 | 1 | 143 | 62 | 3A |
| Octal | 375 | 51 | 255 | 0 | 124 | 40 | 1 | 503 | 142 | 72 |
| Binary | 11111101 | 101001 | 10101101 | 0 | 1010100 | 100000 | 1 | 101000011 | 1100010 | 111010 |
Color Harmonies of #FD29AD
Complementary color
Monochromatic Colors of #FD29AD
Black with #FD29AD
Text Example
Text Example
White with #FD29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD29AD; }
p { color: rgb(253,41,173); }
H1.HeaderClassName
{
color: #FD29AD;
}
.AnyTagClassName
{
color: #FD29AD;
}
</style>
background-color css
<style>
a { background-color: #FD29AD; }
a { background-color: rgb(253,41,173); }
div.DivClassName
{
background-color: #FD29AD;
}
.BgClassName
{
background-color: #FD29AD;
}
</style>
border-color css
<style>
span { border-color: #FD29AD; }
span { border-color: rgb(253,41,173); }
td.TdClassName
{
border-color: #FD29AD;
}
.TagClassName
{
border-color: #FD29AD;
}
</style>