Shades of Mandys Pink #FAB398
Tints of Mandys Pink #FAB398
RGB
CMYK
RGB Variations
Color information
#FAB398 (or 0xFAB398) is known color: Mandys Pink. HEX triplet: FA, B3 and 98. RGB value is (250,179,152). Sum of RGB (Red+Green+Blue) = 250+179+152=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB398 is #054C67. Grayscale: #C5C5C5. Windows color (decimal): -347240 or 10007546. OLE color: 10007546.
HSL color Cylindrical-coordinate representation of color #FAB398: hue angle of 16.53º 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 #FAB398 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 152 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.02 |
| HSL | 16.53º | 0.91% | 0.79% | - |
| HSV(B) | 16.53º | 0.39% | 0.98% | - |
| XYZ | 61.21 | 54.83 | 37.06 | - |
| YUV | 197.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 152 | 0 | 0.28 | 0.39 | 0.02 | 16.53 | 0.91 | 0.79 |
| Hex | FA | B3 | 98 | 0 | 1C | 27 | 2 | 11 | 5B | 4F |
| Octal | 372 | 263 | 230 | 0 | 34 | 47 | 2 | 21 | 133 | 117 |
| Binary | 11111010 | 10110011 | 10011000 | 0 | 11100 | 100111 | 10 | 10001 | 1011011 | 1001111 |
Color Harmonies of #FAB398
Complementary color
Monochromatic Colors of #FAB398
Black with #FAB398
Text Example
Text Example
White with #FAB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB398; }
p { color: rgb(250,179,152); }
H1.HeaderClassName
{
color: #FAB398;
}
.AnyTagClassName
{
color: #FAB398;
}
</style>
background-color css
<style>
a { background-color: #FAB398; }
a { background-color: rgb(250,179,152); }
div.DivClassName
{
background-color: #FAB398;
}
.BgClassName
{
background-color: #FAB398;
}
</style>
border-color css
<style>
span { border-color: #FAB398; }
span { border-color: rgb(250,179,152); }
td.TdClassName
{
border-color: #FAB398;
}
.TagClassName
{
border-color: #FAB398;
}
</style>