Shades of Mandys Pink #FAB299
Tints of Mandys Pink #FAB299
RGB
CMYK
RGB Variations
Color information
#FAB299 (or 0xFAB299) is known color: Mandys Pink. HEX triplet: FA, B2 and 99. RGB value is (250,178,153). Sum of RGB (Red+Green+Blue) = 250+178+153=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB299 is #054D66. Grayscale: #C4C4C4. Windows color (decimal): -347495 or 10072826. OLE color: 10072826.
HSL color Cylindrical-coordinate representation of color #FAB299: hue angle of 15.46º 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 #FAB299 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 153 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.02 |
| HSL | 15.46º | 0.91% | 0.79% | - |
| HSV(B) | 15.46º | 0.39% | 0.98% | - |
| XYZ | 61.09 | 54.46 | 37.43 | - |
| YUV | 196.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 153 | 0 | 0.29 | 0.39 | 0.02 | 15.46 | 0.91 | 0.79 |
| Hex | FA | B2 | 99 | 0 | 1D | 27 | 2 | F | 5B | 4F |
| Octal | 372 | 262 | 231 | 0 | 35 | 47 | 2 | 17 | 133 | 117 |
| Binary | 11111010 | 10110010 | 10011001 | 0 | 11101 | 100111 | 10 | 1111 | 1011011 | 1001111 |
Color Harmonies of #FAB299
Complementary color
Monochromatic Colors of #FAB299
Black with #FAB299
Text Example
Text Example
White with #FAB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB299; }
p { color: rgb(250,178,153); }
H1.HeaderClassName
{
color: #FAB299;
}
.AnyTagClassName
{
color: #FAB299;
}
</style>
background-color css
<style>
a { background-color: #FAB299; }
a { background-color: rgb(250,178,153); }
div.DivClassName
{
background-color: #FAB299;
}
.BgClassName
{
background-color: #FAB299;
}
</style>
border-color css
<style>
span { border-color: #FAB299; }
span { border-color: rgb(250,178,153); }
td.TdClassName
{
border-color: #FAB299;
}
.TagClassName
{
border-color: #FAB299;
}
</style>