Shades of Mandys Pink #FAB68E
Tints of Mandys Pink #FAB68E
RGB
CMYK
RGB Variations
Color information
#FAB68E (or 0xFAB68E) is known color: Mandys Pink. HEX triplet: FA, B6 and 8E. RGB value is (250,182,142). Sum of RGB (Red+Green+Blue) = 250+182+142=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB68E is #054971. Grayscale: #C6C6C6. Windows color (decimal): -346482 or 9352954. OLE color: 9352954.
HSL color Cylindrical-coordinate representation of color #FAB68E: hue angle of 22.22º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAB68E is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 142 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.02 |
| HSL | 22.22º | 0.92% | 0.77% | - |
| HSV(B) | 22.22º | 0.43% | 0.98% | - |
| XYZ | 61.03 | 55.73 | 33.13 | - |
| YUV | 197.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 142 | 0 | 0.27 | 0.43 | 0.02 | 22.22 | 0.92 | 0.77 |
| Hex | FA | B6 | 8E | 0 | 1B | 2B | 2 | 16 | 5C | 4D |
| Octal | 372 | 266 | 216 | 0 | 33 | 53 | 2 | 26 | 134 | 115 |
| Binary | 11111010 | 10110110 | 10001110 | 0 | 11011 | 101011 | 10 | 10110 | 1011100 | 1001101 |
Color Harmonies of #FAB68E
Complementary color
Monochromatic Colors of #FAB68E
Black with #FAB68E
Text Example
Text Example
White with #FAB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB68E; }
p { color: rgb(250,182,142); }
H1.HeaderClassName
{
color: #FAB68E;
}
.AnyTagClassName
{
color: #FAB68E;
}
</style>
background-color css
<style>
a { background-color: #FAB68E; }
a { background-color: rgb(250,182,142); }
div.DivClassName
{
background-color: #FAB68E;
}
.BgClassName
{
background-color: #FAB68E;
}
</style>
border-color css
<style>
span { border-color: #FAB68E; }
span { border-color: rgb(250,182,142); }
td.TdClassName
{
border-color: #FAB68E;
}
.TagClassName
{
border-color: #FAB68E;
}
</style>