Shades of Mandys Pink #FAB88B
Tints of Mandys Pink #FAB88B
RGB
CMYK
RGB Variations
Color information
#FAB88B (or 0xFAB88B) is known color: Mandys Pink. HEX triplet: FA, B8 and 8B. RGB value is (250,184,139). Sum of RGB (Red+Green+Blue) = 250+184+139=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB88B is #054774. Grayscale: #C6C6C6. Windows color (decimal): -345973 or 9156858. OLE color: 9156858.
HSL color Cylindrical-coordinate representation of color #FAB88B: hue angle of 24.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAB88B is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 139 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.02 |
| HSL | 24.32º | 0.92% | 0.76% | - |
| HSV(B) | 24.32º | 0.44% | 0.98% | - |
| XYZ | 61.23 | 56.47 | 32.1 | - |
| YUV | 198.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 139 | 0 | 0.26 | 0.44 | 0.02 | 24.32 | 0.92 | 0.76 |
| Hex | FA | B8 | 8B | 0 | 1A | 2C | 2 | 18 | 5C | 4C |
| Octal | 372 | 270 | 213 | 0 | 32 | 54 | 2 | 30 | 134 | 114 |
| Binary | 11111010 | 10111000 | 10001011 | 0 | 11010 | 101100 | 10 | 11000 | 1011100 | 1001100 |
Color Harmonies of #FAB88B
Complementary color
Monochromatic Colors of #FAB88B
Black with #FAB88B
Text Example
Text Example
White with #FAB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB88B; }
p { color: rgb(250,184,139); }
H1.HeaderClassName
{
color: #FAB88B;
}
.AnyTagClassName
{
color: #FAB88B;
}
</style>
background-color css
<style>
a { background-color: #FAB88B; }
a { background-color: rgb(250,184,139); }
div.DivClassName
{
background-color: #FAB88B;
}
.BgClassName
{
background-color: #FAB88B;
}
</style>
border-color css
<style>
span { border-color: #FAB88B; }
span { border-color: rgb(250,184,139); }
td.TdClassName
{
border-color: #FAB88B;
}
.TagClassName
{
border-color: #FAB88B;
}
</style>