Shades of Persian Rose #FE2BAD
Tints of Persian Rose #FE2BAD
RGB
CMYK
RGB Variations
Color information
#FE2BAD (or 0xFE2BAD) is known color: Persian Rose. HEX triplet: FE, 2B and AD. RGB value is (254,43,173). Sum of RGB (Red+Green+Blue) = 254+43+173=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2BAD is #01D452. Grayscale: #787878. Windows color (decimal): -119891 or 11348990. OLE color: 11348990.
HSL color Cylindrical-coordinate representation of color #FE2BAD: hue angle of 323.03º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2BAD is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 173 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.00 |
| HSL | 323.03º | 0.99% | 0.58% | - |
| HSV(B) | 323.03º | 0.83% | 1% | - |
| XYZ | 49.28 | 25.82 | 41.92 | - |
| YUV | 120.91 | 157.4 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 173 | 0 | 0.83 | 0.32 | 0.00 | 323.03 | 0.99 | 0.58 |
| Hex | FE | 2B | AD | 0 | 53 | 20 | 0 | 143 | 63 | 3A |
| Octal | 376 | 53 | 255 | 0 | 123 | 40 | 0 | 503 | 143 | 72 |
| Binary | 11111110 | 101011 | 10101101 | 0 | 1010011 | 100000 | 0 | 101000011 | 1100011 | 111010 |
Color Harmonies of #FE2BAD
Complementary color
Monochromatic Colors of #FE2BAD
Black with #FE2BAD
Text Example
Text Example
White with #FE2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BAD; }
p { color: rgb(254,43,173); }
H1.HeaderClassName
{
color: #FE2BAD;
}
.AnyTagClassName
{
color: #FE2BAD;
}
</style>
background-color css
<style>
a { background-color: #FE2BAD; }
a { background-color: rgb(254,43,173); }
div.DivClassName
{
background-color: #FE2BAD;
}
.BgClassName
{
background-color: #FE2BAD;
}
</style>
border-color css
<style>
span { border-color: #FE2BAD; }
span { border-color: rgb(254,43,173); }
td.TdClassName
{
border-color: #FE2BAD;
}
.TagClassName
{
border-color: #FE2BAD;
}
</style>