Shades of Persian Rose #FE2DAD
Tints of Persian Rose #FE2DAD
RGB
CMYK
RGB Variations
Color information
#FE2DAD (or 0xFE2DAD) is known color: Persian Rose. HEX triplet: FE, 2D and AD. RGB value is (254,45,173). Sum of RGB (Red+Green+Blue) = 254+45+173=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2DAD is #01D252. Grayscale: #797979. Windows color (decimal): -119379 or 11349502. OLE color: 11349502.
HSL color Cylindrical-coordinate representation of color #FE2DAD: hue angle of 323.25º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DAD is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 173 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.00 |
| HSL | 323.25º | 0.99% | 0.59% | - |
| HSV(B) | 323.25º | 0.82% | 1% | - |
| XYZ | 49.35 | 25.96 | 41.95 | - |
| YUV | 122.08 | 156.74 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 173 | 0 | 0.82 | 0.32 | 0.00 | 323.25 | 0.99 | 0.59 |
| Hex | FE | 2D | AD | 0 | 52 | 20 | 0 | 143 | 63 | 3B |
| Octal | 376 | 55 | 255 | 0 | 122 | 40 | 0 | 503 | 143 | 73 |
| Binary | 11111110 | 101101 | 10101101 | 0 | 1010010 | 100000 | 0 | 101000011 | 1100011 | 111011 |
Color Harmonies of #FE2DAD
Complementary color
Monochromatic Colors of #FE2DAD
Black with #FE2DAD
Text Example
Text Example
White with #FE2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DAD; }
p { color: rgb(254,45,173); }
H1.HeaderClassName
{
color: #FE2DAD;
}
.AnyTagClassName
{
color: #FE2DAD;
}
</style>
background-color css
<style>
a { background-color: #FE2DAD; }
a { background-color: rgb(254,45,173); }
div.DivClassName
{
background-color: #FE2DAD;
}
.BgClassName
{
background-color: #FE2DAD;
}
</style>
border-color css
<style>
span { border-color: #FE2DAD; }
span { border-color: rgb(254,45,173); }
td.TdClassName
{
border-color: #FE2DAD;
}
.TagClassName
{
border-color: #FE2DAD;
}
</style>