Shades of Mandys Pink #F7BCA1
Tints of Mandys Pink #F7BCA1
RGB
CMYK
RGB Variations
Color information
#F7BCA1 (or 0xF7BCA1) is known color: Mandys Pink. HEX triplet: F7, BC and A1. RGB value is (247,188,161). Sum of RGB (Red+Green+Blue) = 247+188+161=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BCA1 is #08435E. Grayscale: #CACACA. Windows color (decimal): -541535 or 10599671. OLE color: 10599671.
HSL color Cylindrical-coordinate representation of color #F7BCA1: hue angle of 18.84º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7BCA1 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 161 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.03 |
| HSL | 18.84º | 0.84% | 0.8% | - |
| HSV(B) | 18.84º | 0.35% | 0.97% | - |
| XYZ | 62.77 | 58.31 | 41.67 | - |
| YUV | 202.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 161 | 0 | 0.24 | 0.35 | 0.03 | 18.84 | 0.84 | 0.8 |
| Hex | F7 | BC | A1 | 0 | 18 | 23 | 3 | 13 | 54 | 50 |
| Octal | 367 | 274 | 241 | 0 | 30 | 43 | 3 | 23 | 124 | 120 |
| Binary | 11110111 | 10111100 | 10100001 | 0 | 11000 | 100011 | 11 | 10011 | 1010100 | 1010000 |
Color Harmonies of #F7BCA1
Complementary color
Monochromatic Colors of #F7BCA1
Black with #F7BCA1
Text Example
Text Example
White with #F7BCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCA1; }
p { color: rgb(247,188,161); }
H1.HeaderClassName
{
color: #F7BCA1;
}
.AnyTagClassName
{
color: #F7BCA1;
}
</style>
background-color css
<style>
a { background-color: #F7BCA1; }
a { background-color: rgb(247,188,161); }
div.DivClassName
{
background-color: #F7BCA1;
}
.BgClassName
{
background-color: #F7BCA1;
}
</style>
border-color css
<style>
span { border-color: #F7BCA1; }
span { border-color: rgb(247,188,161); }
td.TdClassName
{
border-color: #F7BCA1;
}
.TagClassName
{
border-color: #F7BCA1;
}
</style>