Shades of Persian Rose #FD2DAE
Tints of Persian Rose #FD2DAE
RGB
CMYK
RGB Variations
Color information
#FD2DAE (or 0xFD2DAE) is known color: Persian Rose. HEX triplet: FD, 2D and AE. RGB value is (253,45,174). Sum of RGB (Red+Green+Blue) = 253+45+174=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2DAE is #02D251. Grayscale: #797979. Windows color (decimal): -184914 or 11415037. OLE color: 11415037.
HSL color Cylindrical-coordinate representation of color #FD2DAE: hue angle of 322.79º degrees, saturation: 0.98, 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 #FD2DAE is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 174 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.01 |
| HSL | 322.79º | 0.98% | 0.58% | - |
| HSV(B) | 322.79º | 0.82% | 0.99% | - |
| XYZ | 49.09 | 25.82 | 42.44 | - |
| YUV | 121.9 | 157.41 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 174 | 0 | 0.82 | 0.31 | 0.01 | 322.79 | 0.98 | 0.58 |
| Hex | FD | 2D | AE | 0 | 52 | 1F | 1 | 143 | 62 | 3A |
| Octal | 375 | 55 | 256 | 0 | 122 | 37 | 1 | 503 | 142 | 72 |
| Binary | 11111101 | 101101 | 10101110 | 0 | 1010010 | 11111 | 1 | 101000011 | 1100010 | 111010 |
Color Harmonies of #FD2DAE
Complementary color
Monochromatic Colors of #FD2DAE
Black with #FD2DAE
Text Example
Text Example
White with #FD2DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2DAE; }
p { color: rgb(253,45,174); }
H1.HeaderClassName
{
color: #FD2DAE;
}
.AnyTagClassName
{
color: #FD2DAE;
}
</style>
background-color css
<style>
a { background-color: #FD2DAE; }
a { background-color: rgb(253,45,174); }
div.DivClassName
{
background-color: #FD2DAE;
}
.BgClassName
{
background-color: #FD2DAE;
}
</style>
border-color css
<style>
span { border-color: #FD2DAE; }
span { border-color: rgb(253,45,174); }
td.TdClassName
{
border-color: #FD2DAE;
}
.TagClassName
{
border-color: #FD2DAE;
}
</style>