Shades of Mandys Pink #FAAC8B
Tints of Mandys Pink #FAAC8B
RGB
CMYK
RGB Variations
Color information
#FAAC8B (or 0xFAAC8B) is known color: Mandys Pink. HEX triplet: FA, AC and 8B. RGB value is (250,172,139). Sum of RGB (Red+Green+Blue) = 250+172+139=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC8B is #055374. Grayscale: #BFBFBF. Windows color (decimal): -349045 or 9153786. OLE color: 9153786.
HSL color Cylindrical-coordinate representation of color #FAAC8B: hue angle of 17.84º 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 #FAAC8B is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 139 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.02 |
| HSL | 17.84º | 0.92% | 0.76% | - |
| HSV(B) | 17.84º | 0.44% | 0.98% | - |
| XYZ | 58.84 | 51.69 | 31.3 | - |
| YUV | 191.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 139 | 0 | 0.31 | 0.44 | 0.02 | 17.84 | 0.92 | 0.76 |
| Hex | FA | AC | 8B | 0 | 1F | 2C | 2 | 12 | 5C | 4C |
| Octal | 372 | 254 | 213 | 0 | 37 | 54 | 2 | 22 | 134 | 114 |
| Binary | 11111010 | 10101100 | 10001011 | 0 | 11111 | 101100 | 10 | 10010 | 1011100 | 1001100 |
Color Harmonies of #FAAC8B
Complementary color
Monochromatic Colors of #FAAC8B
Black with #FAAC8B
Text Example
Text Example
White with #FAAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC8B; }
p { color: rgb(250,172,139); }
H1.HeaderClassName
{
color: #FAAC8B;
}
.AnyTagClassName
{
color: #FAAC8B;
}
</style>
background-color css
<style>
a { background-color: #FAAC8B; }
a { background-color: rgb(250,172,139); }
div.DivClassName
{
background-color: #FAAC8B;
}
.BgClassName
{
background-color: #FAAC8B;
}
</style>
border-color css
<style>
span { border-color: #FAAC8B; }
span { border-color: rgb(250,172,139); }
td.TdClassName
{
border-color: #FAAC8B;
}
.TagClassName
{
border-color: #FAAC8B;
}
</style>