Shades of Mandys Pink #FAB28E
Tints of Mandys Pink #FAB28E
RGB
CMYK
RGB Variations
Color information
#FAB28E (or 0xFAB28E) is known color: Mandys Pink. HEX triplet: FA, B2 and 8E. RGB value is (250,178,142). Sum of RGB (Red+Green+Blue) = 250+178+142=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB28E is #054D71. Grayscale: #C3C3C3. Windows color (decimal): -347506 or 9351930. OLE color: 9351930.
HSL color Cylindrical-coordinate representation of color #FAB28E: hue angle of 20º 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 #FAB28E is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 142 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.02 |
| HSL | 20º | 0.92% | 0.77% | - |
| HSV(B) | 20º | 0.43% | 0.98% | - |
| XYZ | 60.23 | 54.12 | 32.86 | - |
| YUV | 195.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 142 | 0 | 0.29 | 0.43 | 0.02 | 20 | 0.92 | 0.77 |
| Hex | FA | B2 | 8E | 0 | 1D | 2B | 2 | 14 | 5C | 4D |
| Octal | 372 | 262 | 216 | 0 | 35 | 53 | 2 | 24 | 134 | 115 |
| Binary | 11111010 | 10110010 | 10001110 | 0 | 11101 | 101011 | 10 | 10100 | 1011100 | 1001101 |
Color Harmonies of #FAB28E
Complementary color
Monochromatic Colors of #FAB28E
Black with #FAB28E
Text Example
Text Example
White with #FAB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB28E; }
p { color: rgb(250,178,142); }
H1.HeaderClassName
{
color: #FAB28E;
}
.AnyTagClassName
{
color: #FAB28E;
}
</style>
background-color css
<style>
a { background-color: #FAB28E; }
a { background-color: rgb(250,178,142); }
div.DivClassName
{
background-color: #FAB28E;
}
.BgClassName
{
background-color: #FAB28E;
}
</style>
border-color css
<style>
span { border-color: #FAB28E; }
span { border-color: rgb(250,178,142); }
td.TdClassName
{
border-color: #FAB28E;
}
.TagClassName
{
border-color: #FAB28E;
}
</style>