Shades of Wild Strawberry #FE3BAB
Tints of Wild Strawberry #FE3BAB
RGB
CMYK
RGB Variations
Color information
#FE3BAB (or 0xFE3BAB) is known color: Wild Strawberry. HEX triplet: FE, 3B and AB. RGB value is (254,59,171). Sum of RGB (Red+Green+Blue) = 254+59+171=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3BAB is #01C454. Grayscale: #818181. Windows color (decimal): -115797 or 11222014. OLE color: 11222014.
HSL color Cylindrical-coordinate representation of color #FE3BAB: hue angle of 325.54º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BAB is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 171 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.00 |
| HSL | 325.54º | 0.99% | 0.61% | - |
| HSV(B) | 325.54º | 0.77% | 1% | - |
| XYZ | 49.79 | 27.14 | 41.14 | - |
| YUV | 130.07 | 151.1 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 171 | 0 | 0.77 | 0.33 | 0.00 | 325.54 | 0.99 | 0.61 |
| Hex | FE | 3B | AB | 0 | 4D | 21 | 0 | 146 | 63 | 3D |
| Octal | 376 | 73 | 253 | 0 | 115 | 41 | 0 | 506 | 143 | 75 |
| Binary | 11111110 | 111011 | 10101011 | 0 | 1001101 | 100001 | 0 | 101000110 | 1100011 | 111101 |
Color Harmonies of #FE3BAB
Complementary color
Monochromatic Colors of #FE3BAB
Black with #FE3BAB
Text Example
Text Example
White with #FE3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BAB; }
p { color: rgb(254,59,171); }
H1.HeaderClassName
{
color: #FE3BAB;
}
.AnyTagClassName
{
color: #FE3BAB;
}
</style>
background-color css
<style>
a { background-color: #FE3BAB; }
a { background-color: rgb(254,59,171); }
div.DivClassName
{
background-color: #FE3BAB;
}
.BgClassName
{
background-color: #FE3BAB;
}
</style>
border-color css
<style>
span { border-color: #FE3BAB; }
span { border-color: rgb(254,59,171); }
td.TdClassName
{
border-color: #FE3BAB;
}
.TagClassName
{
border-color: #FE3BAB;
}
</style>