Shades of Brilliant Rose #FE5DAC
Tints of Brilliant Rose #FE5DAC
RGB
CMYK
RGB Variations
Color information
#FE5DAC (or 0xFE5DAC) is known color: Brilliant Rose. HEX triplet: FE, 5D and AC. RGB value is (254,93,172). Sum of RGB (Red+Green+Blue) = 254+93+172=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DAC is #01A253. Grayscale: #959595. Windows color (decimal): -107092 or 11296254. OLE color: 11296254.
HSL color Cylindrical-coordinate representation of color #FE5DAC: hue angle of 330.56º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5DAC is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 172 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.00 |
| HSL | 330.56º | 0.99% | 0.68% | - |
| HSV(B) | 330.56º | 0.63% | 1% | - |
| XYZ | 52.23 | 31.88 | 42.43 | - |
| YUV | 150.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 172 | 0 | 0.63 | 0.32 | 0.00 | 330.56 | 0.99 | 0.68 |
| Hex | FE | 5D | AC | 0 | 3F | 20 | 0 | 14B | 63 | 44 |
| Octal | 376 | 135 | 254 | 0 | 77 | 40 | 0 | 513 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10101100 | 0 | 111111 | 100000 | 0 | 101001011 | 1100011 | 1000100 |
Color Harmonies of #FE5DAC
Complementary color
Monochromatic Colors of #FE5DAC
Black with #FE5DAC
Text Example
Text Example
White with #FE5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DAC; }
p { color: rgb(254,93,172); }
H1.HeaderClassName
{
color: #FE5DAC;
}
.AnyTagClassName
{
color: #FE5DAC;
}
</style>
background-color css
<style>
a { background-color: #FE5DAC; }
a { background-color: rgb(254,93,172); }
div.DivClassName
{
background-color: #FE5DAC;
}
.BgClassName
{
background-color: #FE5DAC;
}
</style>
border-color css
<style>
span { border-color: #FE5DAC; }
span { border-color: rgb(254,93,172); }
td.TdClassName
{
border-color: #FE5DAC;
}
.TagClassName
{
border-color: #FE5DAC;
}
</style>