Shades of Mandys Pink #FAB18C
Tints of Mandys Pink #FAB18C
RGB
CMYK
RGB Variations
Color information
#FAB18C (or 0xFAB18C) is known color: Mandys Pink. HEX triplet: FA, B1 and 8C. RGB value is (250,177,140). Sum of RGB (Red+Green+Blue) = 250+177+140=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB18C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB18C is #054E73. Grayscale: #C2C2C2. Windows color (decimal): -347764 or 9220602. OLE color: 9220602.
HSL color Cylindrical-coordinate representation of color #FAB18C: hue angle of 20.18º 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 #FAB18C is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 140 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.02 |
| HSL | 20.18º | 0.92% | 0.76% | - |
| HSV(B) | 20.18º | 0.44% | 0.98% | - |
| XYZ | 59.88 | 53.66 | 32.01 | - |
| YUV | 194.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 140 | 0 | 0.29 | 0.44 | 0.02 | 20.18 | 0.92 | 0.76 |
| Hex | FA | B1 | 8C | 0 | 1D | 2C | 2 | 14 | 5C | 4C |
| Octal | 372 | 261 | 214 | 0 | 35 | 54 | 2 | 24 | 134 | 114 |
| Binary | 11111010 | 10110001 | 10001100 | 0 | 11101 | 101100 | 10 | 10100 | 1011100 | 1001100 |
Color Harmonies of #FAB18C
Complementary color
Monochromatic Colors of #FAB18C
Black with #FAB18C
Text Example
Text Example
White with #FAB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB18C; }
p { color: rgb(250,177,140); }
H1.HeaderClassName
{
color: #FAB18C;
}
.AnyTagClassName
{
color: #FAB18C;
}
</style>
background-color css
<style>
a { background-color: #FAB18C; }
a { background-color: rgb(250,177,140); }
div.DivClassName
{
background-color: #FAB18C;
}
.BgClassName
{
background-color: #FAB18C;
}
</style>
border-color css
<style>
span { border-color: #FAB18C; }
span { border-color: rgb(250,177,140); }
td.TdClassName
{
border-color: #FAB18C;
}
.TagClassName
{
border-color: #FAB18C;
}
</style>