Shades of Persian Rose #FE2EAD
Tints of Persian Rose #FE2EAD
RGB
CMYK
RGB Variations
Color information
#FE2EAD (or 0xFE2EAD) is known color: Persian Rose. HEX triplet: FE, 2E and AD. RGB value is (254,46,173). Sum of RGB (Red+Green+Blue) = 254+46+173=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2EAD is #01D152. Grayscale: #7A7A7A. Windows color (decimal): -119123 or 11349758. OLE color: 11349758.
HSL color Cylindrical-coordinate representation of color #FE2EAD: hue angle of 323.37º 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 #FE2EAD is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 173 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.00 |
| HSL | 323.37º | 0.99% | 0.59% | - |
| HSV(B) | 323.37º | 0.82% | 1% | - |
| XYZ | 49.39 | 26.04 | 41.96 | - |
| YUV | 122.67 | 156.41 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 173 | 0 | 0.82 | 0.32 | 0.00 | 323.37 | 0.99 | 0.59 |
| Hex | FE | 2E | AD | 0 | 52 | 20 | 0 | 143 | 63 | 3B |
| Octal | 376 | 56 | 255 | 0 | 122 | 40 | 0 | 503 | 143 | 73 |
| Binary | 11111110 | 101110 | 10101101 | 0 | 1010010 | 100000 | 0 | 101000011 | 1100011 | 111011 |
Color Harmonies of #FE2EAD
Complementary color
Monochromatic Colors of #FE2EAD
Black with #FE2EAD
Text Example
Text Example
White with #FE2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EAD; }
p { color: rgb(254,46,173); }
H1.HeaderClassName
{
color: #FE2EAD;
}
.AnyTagClassName
{
color: #FE2EAD;
}
</style>
background-color css
<style>
a { background-color: #FE2EAD; }
a { background-color: rgb(254,46,173); }
div.DivClassName
{
background-color: #FE2EAD;
}
.BgClassName
{
background-color: #FE2EAD;
}
</style>
border-color css
<style>
span { border-color: #FE2EAD; }
span { border-color: rgb(254,46,173); }
td.TdClassName
{
border-color: #FE2EAD;
}
.TagClassName
{
border-color: #FE2EAD;
}
</style>