Shades of Spicy Pink #FE1BAB
Tints of Spicy Pink #FE1BAB
RGB
CMYK
RGB Variations
Color information
#FE1BAB (or 0xFE1BAB) is known color: Spicy Pink. HEX triplet: FE, 1B and AB. RGB value is (254,27,171). Sum of RGB (Red+Green+Blue) = 254+27+171=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1BAB is #01E454. Grayscale: #6E6E6E. Windows color (decimal): -123989 or 11213822. OLE color: 11213822.
HSL color Cylindrical-coordinate representation of color #FE1BAB: hue angle of 321.94º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1BAB is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 171 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.00 |
| HSL | 321.94º | 0.99% | 0.55% | - |
| HSV(B) | 321.94º | 0.89% | 1% | - |
| XYZ | 48.62 | 24.79 | 40.75 | - |
| YUV | 111.29 | 161.71 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 171 | 0 | 0.89 | 0.33 | 0.00 | 321.94 | 0.99 | 0.55 |
| Hex | FE | 1B | AB | 0 | 59 | 21 | 0 | 142 | 63 | 37 |
| Octal | 376 | 33 | 253 | 0 | 131 | 41 | 0 | 502 | 143 | 67 |
| Binary | 11111110 | 11011 | 10101011 | 0 | 1011001 | 100001 | 0 | 101000010 | 1100011 | 110111 |
Color Harmonies of #FE1BAB
Complementary color
Monochromatic Colors of #FE1BAB
Black with #FE1BAB
Text Example
Text Example
White with #FE1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1BAB; }
p { color: rgb(254,27,171); }
H1.HeaderClassName
{
color: #FE1BAB;
}
.AnyTagClassName
{
color: #FE1BAB;
}
</style>
background-color css
<style>
a { background-color: #FE1BAB; }
a { background-color: rgb(254,27,171); }
div.DivClassName
{
background-color: #FE1BAB;
}
.BgClassName
{
background-color: #FE1BAB;
}
</style>
border-color css
<style>
span { border-color: #FE1BAB; }
span { border-color: rgb(254,27,171); }
td.TdClassName
{
border-color: #FE1BAB;
}
.TagClassName
{
border-color: #FE1BAB;
}
</style>