Shades of Mandys Pink #FAB18B
Tints of Mandys Pink #FAB18B
RGB
CMYK
RGB Variations
Color information
#FAB18B (or 0xFAB18B) is known color: Mandys Pink. HEX triplet: FA, B1 and 8B. RGB value is (250,177,139). Sum of RGB (Red+Green+Blue) = 250+177+139=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB18B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB18B is #054E74. Grayscale: #C2C2C2. Windows color (decimal): -347765 or 9155066. OLE color: 9155066.
HSL color Cylindrical-coordinate representation of color #FAB18B: hue angle of 20.54º 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 #FAB18B is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 139 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.02 |
| HSL | 20.54º | 0.92% | 0.76% | - |
| HSV(B) | 20.54º | 0.44% | 0.98% | - |
| XYZ | 59.81 | 53.63 | 31.63 | - |
| YUV | 194.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 139 | 0 | 0.29 | 0.44 | 0.02 | 20.54 | 0.92 | 0.76 |
| Hex | FA | B1 | 8B | 0 | 1D | 2C | 2 | 15 | 5C | 4C |
| Octal | 372 | 261 | 213 | 0 | 35 | 54 | 2 | 25 | 134 | 114 |
| Binary | 11111010 | 10110001 | 10001011 | 0 | 11101 | 101100 | 10 | 10101 | 1011100 | 1001100 |
Color Harmonies of #FAB18B
Complementary color
Monochromatic Colors of #FAB18B
Black with #FAB18B
Text Example
Text Example
White with #FAB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB18B; }
p { color: rgb(250,177,139); }
H1.HeaderClassName
{
color: #FAB18B;
}
.AnyTagClassName
{
color: #FAB18B;
}
</style>
background-color css
<style>
a { background-color: #FAB18B; }
a { background-color: rgb(250,177,139); }
div.DivClassName
{
background-color: #FAB18B;
}
.BgClassName
{
background-color: #FAB18B;
}
</style>
border-color css
<style>
span { border-color: #FAB18B; }
span { border-color: rgb(250,177,139); }
td.TdClassName
{
border-color: #FAB18B;
}
.TagClassName
{
border-color: #FAB18B;
}
</style>