Shades of Persian Rose #FE2DAC
Tints of Persian Rose #FE2DAC
RGB
CMYK
RGB Variations
Color information
#FE2DAC (or 0xFE2DAC) is known color: Persian Rose. HEX triplet: FE, 2D and AC. RGB value is (254,45,172). Sum of RGB (Red+Green+Blue) = 254+45+172=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2DAC is #01D253. Grayscale: #797979. Windows color (decimal): -119380 or 11283966. OLE color: 11283966.
HSL color Cylindrical-coordinate representation of color #FE2DAC: hue angle of 323.54º 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 #FE2DAC is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 172 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.00 |
| HSL | 323.54º | 0.99% | 0.59% | - |
| HSV(B) | 323.54º | 0.82% | 1% | - |
| XYZ | 49.26 | 25.93 | 41.44 | - |
| YUV | 121.97 | 156.24 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 172 | 0 | 0.82 | 0.32 | 0.00 | 323.54 | 0.99 | 0.59 |
| Hex | FE | 2D | AC | 0 | 52 | 20 | 0 | 144 | 63 | 3B |
| Octal | 376 | 55 | 254 | 0 | 122 | 40 | 0 | 504 | 143 | 73 |
| Binary | 11111110 | 101101 | 10101100 | 0 | 1010010 | 100000 | 0 | 101000100 | 1100011 | 111011 |
Color Harmonies of #FE2DAC
Complementary color
Monochromatic Colors of #FE2DAC
Black with #FE2DAC
Text Example
Text Example
White with #FE2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DAC; }
p { color: rgb(254,45,172); }
H1.HeaderClassName
{
color: #FE2DAC;
}
.AnyTagClassName
{
color: #FE2DAC;
}
</style>
background-color css
<style>
a { background-color: #FE2DAC; }
a { background-color: rgb(254,45,172); }
div.DivClassName
{
background-color: #FE2DAC;
}
.BgClassName
{
background-color: #FE2DAC;
}
</style>
border-color css
<style>
span { border-color: #FE2DAC; }
span { border-color: rgb(254,45,172); }
td.TdClassName
{
border-color: #FE2DAC;
}
.TagClassName
{
border-color: #FE2DAC;
}
</style>