Shades of Persian Rose #FE2DAB
Tints of Persian Rose #FE2DAB
RGB
CMYK
RGB Variations
Color information
#FE2DAB (or 0xFE2DAB) is known color: Persian Rose. HEX triplet: FE, 2D and AB. RGB value is (254,45,171). Sum of RGB (Red+Green+Blue) = 254+45+171=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2DAB is #01D254. Grayscale: #797979. Windows color (decimal): -119381 or 11218430. OLE color: 11218430.
HSL color Cylindrical-coordinate representation of color #FE2DAB: hue angle of 323.83º 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 #FE2DAB is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 171 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.00 |
| HSL | 323.83º | 0.99% | 0.59% | - |
| HSV(B) | 323.83º | 0.82% | 1% | - |
| XYZ | 49.16 | 25.89 | 40.93 | - |
| YUV | 121.86 | 155.74 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 171 | 0 | 0.82 | 0.33 | 0.00 | 323.83 | 0.99 | 0.59 |
| Hex | FE | 2D | AB | 0 | 52 | 21 | 0 | 144 | 63 | 3B |
| Octal | 376 | 55 | 253 | 0 | 122 | 41 | 0 | 504 | 143 | 73 |
| Binary | 11111110 | 101101 | 10101011 | 0 | 1010010 | 100001 | 0 | 101000100 | 1100011 | 111011 |
Color Harmonies of #FE2DAB
Complementary color
Monochromatic Colors of #FE2DAB
Black with #FE2DAB
Text Example
Text Example
White with #FE2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DAB; }
p { color: rgb(254,45,171); }
H1.HeaderClassName
{
color: #FE2DAB;
}
.AnyTagClassName
{
color: #FE2DAB;
}
</style>
background-color css
<style>
a { background-color: #FE2DAB; }
a { background-color: rgb(254,45,171); }
div.DivClassName
{
background-color: #FE2DAB;
}
.BgClassName
{
background-color: #FE2DAB;
}
</style>
border-color css
<style>
span { border-color: #FE2DAB; }
span { border-color: rgb(254,45,171); }
td.TdClassName
{
border-color: #FE2DAB;
}
.TagClassName
{
border-color: #FE2DAB;
}
</style>