Shades of Brilliant Rose #FB56AB
Tints of Brilliant Rose #FB56AB
RGB
CMYK
RGB Variations
Color information
#FB56AB (or 0xFB56AB) is known color: Brilliant Rose. HEX triplet: FB, 56 and AB. RGB value is (251,86,171). Sum of RGB (Red+Green+Blue) = 251+86+171=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB56AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB56AB is #04A954. Grayscale: #909090. Windows color (decimal): -305493 or 11228923. OLE color: 11228923.
HSL color Cylindrical-coordinate representation of color #FB56AB: hue angle of 329.09º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB56AB is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 171 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.02 |
| HSL | 329.09º | 0.95% | 0.66% | - |
| HSV(B) | 329.09º | 0.66% | 0.98% | - |
| XYZ | 50.46 | 30.11 | 41.68 | - |
| YUV | 145.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 171 | 0 | 0.66 | 0.32 | 0.02 | 329.09 | 0.95 | 0.66 |
| Hex | FB | 56 | AB | 0 | 42 | 20 | 2 | 149 | 5F | 42 |
| Octal | 373 | 126 | 253 | 0 | 102 | 40 | 2 | 511 | 137 | 102 |
| Binary | 11111011 | 1010110 | 10101011 | 0 | 1000010 | 100000 | 10 | 101001001 | 1011111 | 1000010 |
Color Harmonies of #FB56AB
Complementary color
Monochromatic Colors of #FB56AB
Black with #FB56AB
Text Example
Text Example
White with #FB56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB56AB; }
p { color: rgb(251,86,171); }
H1.HeaderClassName
{
color: #FB56AB;
}
.AnyTagClassName
{
color: #FB56AB;
}
</style>
background-color css
<style>
a { background-color: #FB56AB; }
a { background-color: rgb(251,86,171); }
div.DivClassName
{
background-color: #FB56AB;
}
.BgClassName
{
background-color: #FB56AB;
}
</style>
border-color css
<style>
span { border-color: #FB56AB; }
span { border-color: rgb(251,86,171); }
td.TdClassName
{
border-color: #FB56AB;
}
.TagClassName
{
border-color: #FB56AB;
}
</style>