Shades of Mandys Pink #FAB38C
Tints of Mandys Pink #FAB38C
RGB
CMYK
RGB Variations
Color information
#FAB38C (or 0xFAB38C) is known color: Mandys Pink. HEX triplet: FA, B3 and 8C. RGB value is (250,179,140). Sum of RGB (Red+Green+Blue) = 250+179+140=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB38C is #054C73. Grayscale: #C4C4C4. Windows color (decimal): -347252 or 9221114. OLE color: 9221114.
HSL color Cylindrical-coordinate representation of color #FAB38C: hue angle of 21.27º 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 #FAB38C is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 140 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.02 |
| HSL | 21.27º | 0.92% | 0.76% | - |
| HSV(B) | 21.27º | 0.44% | 0.98% | - |
| XYZ | 60.28 | 54.46 | 32.15 | - |
| YUV | 195.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 140 | 0 | 0.28 | 0.44 | 0.02 | 21.27 | 0.92 | 0.76 |
| Hex | FA | B3 | 8C | 0 | 1C | 2C | 2 | 15 | 5C | 4C |
| Octal | 372 | 263 | 214 | 0 | 34 | 54 | 2 | 25 | 134 | 114 |
| Binary | 11111010 | 10110011 | 10001100 | 0 | 11100 | 101100 | 10 | 10101 | 1011100 | 1001100 |
Color Harmonies of #FAB38C
Complementary color
Monochromatic Colors of #FAB38C
Black with #FAB38C
Text Example
Text Example
White with #FAB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB38C; }
p { color: rgb(250,179,140); }
H1.HeaderClassName
{
color: #FAB38C;
}
.AnyTagClassName
{
color: #FAB38C;
}
</style>
background-color css
<style>
a { background-color: #FAB38C; }
a { background-color: rgb(250,179,140); }
div.DivClassName
{
background-color: #FAB38C;
}
.BgClassName
{
background-color: #FAB38C;
}
</style>
border-color css
<style>
span { border-color: #FAB38C; }
span { border-color: rgb(250,179,140); }
td.TdClassName
{
border-color: #FAB38C;
}
.TagClassName
{
border-color: #FAB38C;
}
</style>