Shades of Mandys Pink #FAB28C
Tints of Mandys Pink #FAB28C
RGB
CMYK
RGB Variations
Color information
#FAB28C (or 0xFAB28C) is known color: Mandys Pink. HEX triplet: FA, B2 and 8C. RGB value is (250,178,140). Sum of RGB (Red+Green+Blue) = 250+178+140=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB28C is #054D73. Grayscale: #C3C3C3. Windows color (decimal): -347508 or 9220858. OLE color: 9220858.
HSL color Cylindrical-coordinate representation of color #FAB28C: hue angle of 20.73º 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 #FAB28C is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 140 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.02 |
| HSL | 20.73º | 0.92% | 0.76% | - |
| HSV(B) | 20.73º | 0.44% | 0.98% | - |
| XYZ | 60.08 | 54.06 | 32.08 | - |
| YUV | 195.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 140 | 0 | 0.29 | 0.44 | 0.02 | 20.73 | 0.92 | 0.76 |
| Hex | FA | B2 | 8C | 0 | 1D | 2C | 2 | 15 | 5C | 4C |
| Octal | 372 | 262 | 214 | 0 | 35 | 54 | 2 | 25 | 134 | 114 |
| Binary | 11111010 | 10110010 | 10001100 | 0 | 11101 | 101100 | 10 | 10101 | 1011100 | 1001100 |
Color Harmonies of #FAB28C
Complementary color
Monochromatic Colors of #FAB28C
Black with #FAB28C
Text Example
Text Example
White with #FAB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB28C; }
p { color: rgb(250,178,140); }
H1.HeaderClassName
{
color: #FAB28C;
}
.AnyTagClassName
{
color: #FAB28C;
}
</style>
background-color css
<style>
a { background-color: #FAB28C; }
a { background-color: rgb(250,178,140); }
div.DivClassName
{
background-color: #FAB28C;
}
.BgClassName
{
background-color: #FAB28C;
}
</style>
border-color css
<style>
span { border-color: #FAB28C; }
span { border-color: rgb(250,178,140); }
td.TdClassName
{
border-color: #FAB28C;
}
.TagClassName
{
border-color: #FAB28C;
}
</style>