Shades of Mandys Pink #FAB18A
Tints of Mandys Pink #FAB18A
RGB
CMYK
RGB Variations
Color information
#FAB18A (or 0xFAB18A) is known color: Mandys Pink. HEX triplet: FA, B1 and 8A. RGB value is (250,177,138). Sum of RGB (Red+Green+Blue) = 250+177+138=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB18A is #054E75. Grayscale: #C2C2C2. Windows color (decimal): -347766 or 9089530. OLE color: 9089530.
HSL color Cylindrical-coordinate representation of color #FAB18A: hue angle of 20.89º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAB18A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 138 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.02 |
| HSL | 20.89º | 0.92% | 0.76% | - |
| HSV(B) | 20.89º | 0.45% | 0.98% | - |
| XYZ | 59.73 | 53.6 | 31.24 | - |
| YUV | 194.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 138 | 0 | 0.29 | 0.45 | 0.02 | 20.89 | 0.92 | 0.76 |
| Hex | FA | B1 | 8A | 0 | 1D | 2D | 2 | 15 | 5C | 4C |
| Octal | 372 | 261 | 212 | 0 | 35 | 55 | 2 | 25 | 134 | 114 |
| Binary | 11111010 | 10110001 | 10001010 | 0 | 11101 | 101101 | 10 | 10101 | 1011100 | 1001100 |
Color Harmonies of #FAB18A
Complementary color
Monochromatic Colors of #FAB18A
Black with #FAB18A
Text Example
Text Example
White with #FAB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB18A; }
p { color: rgb(250,177,138); }
H1.HeaderClassName
{
color: #FAB18A;
}
.AnyTagClassName
{
color: #FAB18A;
}
</style>
background-color css
<style>
a { background-color: #FAB18A; }
a { background-color: rgb(250,177,138); }
div.DivClassName
{
background-color: #FAB18A;
}
.BgClassName
{
background-color: #FAB18A;
}
</style>
border-color css
<style>
span { border-color: #FAB18A; }
span { border-color: rgb(250,177,138); }
td.TdClassName
{
border-color: #FAB18A;
}
.TagClassName
{
border-color: #FAB18A;
}
</style>