Shades of Persian Rose #FE2BAE
Tints of Persian Rose #FE2BAE
RGB
CMYK
RGB Variations
Color information
#FE2BAE (or 0xFE2BAE) is known color: Persian Rose. HEX triplet: FE, 2B and AE. RGB value is (254,43,174). Sum of RGB (Red+Green+Blue) = 254+43+174=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2BAE is #01D451. Grayscale: #787878. Windows color (decimal): -119890 or 11414526. OLE color: 11414526.
HSL color Cylindrical-coordinate representation of color #FE2BAE: hue angle of 322.75º 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 #FE2BAE is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 174 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.00 |
| HSL | 322.75º | 0.99% | 0.58% | - |
| HSV(B) | 322.75º | 0.83% | 1% | - |
| XYZ | 49.38 | 25.85 | 42.43 | - |
| YUV | 121.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 174 | 0 | 0.83 | 0.31 | 0.00 | 322.75 | 0.99 | 0.58 |
| Hex | FE | 2B | AE | 0 | 53 | 1F | 0 | 143 | 63 | 3A |
| Octal | 376 | 53 | 256 | 0 | 123 | 37 | 0 | 503 | 143 | 72 |
| Binary | 11111110 | 101011 | 10101110 | 0 | 1010011 | 11111 | 0 | 101000011 | 1100011 | 111010 |
Color Harmonies of #FE2BAE
Complementary color
Monochromatic Colors of #FE2BAE
Black with #FE2BAE
Text Example
Text Example
White with #FE2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BAE; }
p { color: rgb(254,43,174); }
H1.HeaderClassName
{
color: #FE2BAE;
}
.AnyTagClassName
{
color: #FE2BAE;
}
</style>
background-color css
<style>
a { background-color: #FE2BAE; }
a { background-color: rgb(254,43,174); }
div.DivClassName
{
background-color: #FE2BAE;
}
.BgClassName
{
background-color: #FE2BAE;
}
</style>
border-color css
<style>
span { border-color: #FE2BAE; }
span { border-color: rgb(254,43,174); }
td.TdClassName
{
border-color: #FE2BAE;
}
.TagClassName
{
border-color: #FE2BAE;
}
</style>