Shades of Mandys Pink #FBB192
Tints of Mandys Pink #FBB192
RGB
CMYK
RGB Variations
Color information
#FBB192 (or 0xFBB192) is known color: Mandys Pink. HEX triplet: FB, B1 and 92. RGB value is (251,177,146). Sum of RGB (Red+Green+Blue) = 251+177+146=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB192 is #044E6D. Grayscale: #C3C3C3. Windows color (decimal): -282222 or 9613819. OLE color: 9613819.
HSL color Cylindrical-coordinate representation of color #FBB192: hue angle of 17.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBB192 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 177 | 146 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.02 |
| HSL | 17.71º | 0.93% | 0.78% | - |
| HSV(B) | 17.71º | 0.42% | 0.98% | - |
| XYZ | 60.69 | 54.03 | 34.42 | - |
| YUV | 195.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 177 | 146 | 0 | 0.29 | 0.42 | 0.02 | 17.71 | 0.93 | 0.78 |
| Hex | FB | B1 | 92 | 0 | 1D | 2A | 2 | 12 | 5D | 4E |
| Octal | 373 | 261 | 222 | 0 | 35 | 52 | 2 | 22 | 135 | 116 |
| Binary | 11111011 | 10110001 | 10010010 | 0 | 11101 | 101010 | 10 | 10010 | 1011101 | 1001110 |
Color Harmonies of #FBB192
Complementary color
Monochromatic Colors of #FBB192
Black with #FBB192
Text Example
Text Example
White with #FBB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB192; }
p { color: rgb(251,177,146); }
H1.HeaderClassName
{
color: #FBB192;
}
.AnyTagClassName
{
color: #FBB192;
}
</style>
background-color css
<style>
a { background-color: #FBB192; }
a { background-color: rgb(251,177,146); }
div.DivClassName
{
background-color: #FBB192;
}
.BgClassName
{
background-color: #FBB192;
}
</style>
border-color css
<style>
span { border-color: #FBB192; }
span { border-color: rgb(251,177,146); }
td.TdClassName
{
border-color: #FBB192;
}
.TagClassName
{
border-color: #FBB192;
}
</style>