Shades of Mandys Pink #FAB898
Tints of Mandys Pink #FAB898
RGB
CMYK
RGB Variations
Color information
#FAB898 (or 0xFAB898) is known color: Mandys Pink. HEX triplet: FA, B8 and 98. RGB value is (250,184,152). Sum of RGB (Red+Green+Blue) = 250+184+152=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB898 is #054767. Grayscale: #C8C8C8. Windows color (decimal): -345960 or 10008826. OLE color: 10008826.
HSL color Cylindrical-coordinate representation of color #FAB898: hue angle of 19.59º 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 #FAB898 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 152 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.02 |
| HSL | 19.59º | 0.91% | 0.79% | - |
| HSV(B) | 19.59º | 0.39% | 0.98% | - |
| XYZ | 62.23 | 56.87 | 37.4 | - |
| YUV | 200.09 | 100.87 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 152 | 0 | 0.26 | 0.39 | 0.02 | 19.59 | 0.91 | 0.79 |
| Hex | FA | B8 | 98 | 0 | 1A | 27 | 2 | 14 | 5B | 4F |
| Octal | 372 | 270 | 230 | 0 | 32 | 47 | 2 | 24 | 133 | 117 |
| Binary | 11111010 | 10111000 | 10011000 | 0 | 11010 | 100111 | 10 | 10100 | 1011011 | 1001111 |
Color Harmonies of #FAB898
Complementary color
Monochromatic Colors of #FAB898
Black with #FAB898
Text Example
Text Example
White with #FAB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB898; }
p { color: rgb(250,184,152); }
H1.HeaderClassName
{
color: #FAB898;
}
.AnyTagClassName
{
color: #FAB898;
}
</style>
background-color css
<style>
a { background-color: #FAB898; }
a { background-color: rgb(250,184,152); }
div.DivClassName
{
background-color: #FAB898;
}
.BgClassName
{
background-color: #FAB898;
}
</style>
border-color css
<style>
span { border-color: #FAB898; }
span { border-color: rgb(250,184,152); }
td.TdClassName
{
border-color: #FAB898;
}
.TagClassName
{
border-color: #FAB898;
}
</style>