Shades of Mandys Pink #FABB98
Tints of Mandys Pink #FABB98
RGB
CMYK
RGB Variations
Color information
#FABB98 (or 0xFABB98) is known color: Mandys Pink. HEX triplet: FA, BB and 98. RGB value is (250,187,152). Sum of RGB (Red+Green+Blue) = 250+187+152=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB98 is #054467. Grayscale: #CACACA. Windows color (decimal): -345192 or 10009594. OLE color: 10009594.
HSL color Cylindrical-coordinate representation of color #FABB98: hue angle of 21.43º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FABB98 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 152 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.02 |
| HSL | 21.43º | 0.91% | 0.79% | - |
| HSV(B) | 21.43º | 0.39% | 0.98% | - |
| XYZ | 62.86 | 58.13 | 37.61 | - |
| YUV | 201.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 152 | 0 | 0.25 | 0.39 | 0.02 | 21.43 | 0.91 | 0.79 |
| Hex | FA | BB | 98 | 0 | 19 | 27 | 2 | 15 | 5B | 4F |
| Octal | 372 | 273 | 230 | 0 | 31 | 47 | 2 | 25 | 133 | 117 |
| Binary | 11111010 | 10111011 | 10011000 | 0 | 11001 | 100111 | 10 | 10101 | 1011011 | 1001111 |
Color Harmonies of #FABB98
Complementary color
Monochromatic Colors of #FABB98
Black with #FABB98
Text Example
Text Example
White with #FABB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB98; }
p { color: rgb(250,187,152); }
H1.HeaderClassName
{
color: #FABB98;
}
.AnyTagClassName
{
color: #FABB98;
}
</style>
background-color css
<style>
a { background-color: #FABB98; }
a { background-color: rgb(250,187,152); }
div.DivClassName
{
background-color: #FABB98;
}
.BgClassName
{
background-color: #FABB98;
}
</style>
border-color css
<style>
span { border-color: #FABB98; }
span { border-color: rgb(250,187,152); }
td.TdClassName
{
border-color: #FABB98;
}
.TagClassName
{
border-color: #FABB98;
}
</style>