Shades of Brilliant Rose #FE56AB
Tints of Brilliant Rose #FE56AB
RGB
CMYK
RGB Variations
Color information
#FE56AB (or 0xFE56AB) is known color: Brilliant Rose. HEX triplet: FE, 56 and AB. RGB value is (254,86,171). Sum of RGB (Red+Green+Blue) = 254+86+171=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE56AB is #01A954. Grayscale: #919191. Windows color (decimal): -108885 or 11228926. OLE color: 11228926.
HSL color Cylindrical-coordinate representation of color #FE56AB: hue angle of 329.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE56AB is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 171 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.00 |
| HSL | 329.64º | 0.99% | 0.67% | - |
| HSV(B) | 329.64º | 0.66% | 1% | - |
| XYZ | 51.55 | 30.67 | 41.73 | - |
| YUV | 145.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 171 | 0 | 0.66 | 0.33 | 0.00 | 329.64 | 0.99 | 0.67 |
| Hex | FE | 56 | AB | 0 | 42 | 21 | 0 | 14A | 63 | 43 |
| Octal | 376 | 126 | 253 | 0 | 102 | 41 | 0 | 512 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10101011 | 0 | 1000010 | 100001 | 0 | 101001010 | 1100011 | 1000011 |
Color Harmonies of #FE56AB
Complementary color
Monochromatic Colors of #FE56AB
Black with #FE56AB
Text Example
Text Example
White with #FE56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56AB; }
p { color: rgb(254,86,171); }
H1.HeaderClassName
{
color: #FE56AB;
}
.AnyTagClassName
{
color: #FE56AB;
}
</style>
background-color css
<style>
a { background-color: #FE56AB; }
a { background-color: rgb(254,86,171); }
div.DivClassName
{
background-color: #FE56AB;
}
.BgClassName
{
background-color: #FE56AB;
}
</style>
border-color css
<style>
span { border-color: #FE56AB; }
span { border-color: rgb(254,86,171); }
td.TdClassName
{
border-color: #FE56AB;
}
.TagClassName
{
border-color: #FE56AB;
}
</style>