Shades of Mandys Pink #FAB28F
Tints of Mandys Pink #FAB28F
RGB
CMYK
RGB Variations
Color information
#FAB28F (or 0xFAB28F) is known color: Mandys Pink. HEX triplet: FA, B2 and 8F. RGB value is (250,178,143). Sum of RGB (Red+Green+Blue) = 250+178+143=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB28F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB28F is #054D70. Grayscale: #C3C3C3. Windows color (decimal): -347505 or 9417466. OLE color: 9417466.
HSL color Cylindrical-coordinate representation of color #FAB28F: hue angle of 19.63º degrees, saturation: 0.91, 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 #FAB28F is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 143 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.02 |
| HSL | 19.63º | 0.91% | 0.77% | - |
| HSV(B) | 19.63º | 0.43% | 0.98% | - |
| XYZ | 60.3 | 54.15 | 33.26 | - |
| YUV | 195.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 143 | 0 | 0.29 | 0.43 | 0.02 | 19.63 | 0.91 | 0.77 |
| Hex | FA | B2 | 8F | 0 | 1D | 2B | 2 | 14 | 5B | 4D |
| Octal | 372 | 262 | 217 | 0 | 35 | 53 | 2 | 24 | 133 | 115 |
| Binary | 11111010 | 10110010 | 10001111 | 0 | 11101 | 101011 | 10 | 10100 | 1011011 | 1001101 |
Color Harmonies of #FAB28F
Complementary color
Monochromatic Colors of #FAB28F
Black with #FAB28F
Text Example
Text Example
White with #FAB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB28F; }
p { color: rgb(250,178,143); }
H1.HeaderClassName
{
color: #FAB28F;
}
.AnyTagClassName
{
color: #FAB28F;
}
</style>
background-color css
<style>
a { background-color: #FAB28F; }
a { background-color: rgb(250,178,143); }
div.DivClassName
{
background-color: #FAB28F;
}
.BgClassName
{
background-color: #FAB28F;
}
</style>
border-color css
<style>
span { border-color: #FAB28F; }
span { border-color: rgb(250,178,143); }
td.TdClassName
{
border-color: #FAB28F;
}
.TagClassName
{
border-color: #FAB28F;
}
</style>