Shades of Mandys Pink #FAB593
Tints of Mandys Pink #FAB593
RGB
CMYK
RGB Variations
Color information
#FAB593 (or 0xFAB593) is known color: Mandys Pink. HEX triplet: FA, B5 and 93. RGB value is (250,181,147). Sum of RGB (Red+Green+Blue) = 250+181+147=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB593 is #054A6C. Grayscale: #C5C5C5. Windows color (decimal): -346733 or 9680378. OLE color: 9680378.
HSL color Cylindrical-coordinate representation of color #FAB593: hue angle of 19.81º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAB593 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 147 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.02 |
| HSL | 19.81º | 0.91% | 0.78% | - |
| HSV(B) | 19.81º | 0.41% | 0.98% | - |
| XYZ | 61.21 | 55.48 | 35.09 | - |
| YUV | 197.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 147 | 0 | 0.28 | 0.41 | 0.02 | 19.81 | 0.91 | 0.78 |
| Hex | FA | B5 | 93 | 0 | 1C | 29 | 2 | 14 | 5B | 4E |
| Octal | 372 | 265 | 223 | 0 | 34 | 51 | 2 | 24 | 133 | 116 |
| Binary | 11111010 | 10110101 | 10010011 | 0 | 11100 | 101001 | 10 | 10100 | 1011011 | 1001110 |
Color Harmonies of #FAB593
Complementary color
Monochromatic Colors of #FAB593
Black with #FAB593
Text Example
Text Example
White with #FAB593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB593; }
p { color: rgb(250,181,147); }
H1.HeaderClassName
{
color: #FAB593;
}
.AnyTagClassName
{
color: #FAB593;
}
</style>
background-color css
<style>
a { background-color: #FAB593; }
a { background-color: rgb(250,181,147); }
div.DivClassName
{
background-color: #FAB593;
}
.BgClassName
{
background-color: #FAB593;
}
</style>
border-color css
<style>
span { border-color: #FAB593; }
span { border-color: rgb(250,181,147); }
td.TdClassName
{
border-color: #FAB593;
}
.TagClassName
{
border-color: #FAB593;
}
</style>