Shades of Mandys Pink #F7BFA4
Tints of Mandys Pink #F7BFA4
RGB
CMYK
RGB Variations
Color information
#F7BFA4 (or 0xF7BFA4) is known color: Mandys Pink. HEX triplet: F7, BF and A4. RGB value is (247,191,164). Sum of RGB (Red+Green+Blue) = 247+191+164=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BFA4 is #08405B. Grayscale: #CCCCCC. Windows color (decimal): -540764 or 10797047. OLE color: 10797047.
HSL color Cylindrical-coordinate representation of color #F7BFA4: hue angle of 19.52º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7BFA4 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 164 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.03 |
| HSL | 19.52º | 0.84% | 0.81% | - |
| HSV(B) | 19.52º | 0.34% | 0.97% | - |
| XYZ | 63.69 | 59.72 | 43.29 | - |
| YUV | 204.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 164 | 0 | 0.23 | 0.34 | 0.03 | 19.52 | 0.84 | 0.81 |
| Hex | F7 | BF | A4 | 0 | 17 | 22 | 3 | 14 | 54 | 51 |
| Octal | 367 | 277 | 244 | 0 | 27 | 42 | 3 | 24 | 124 | 121 |
| Binary | 11110111 | 10111111 | 10100100 | 0 | 10111 | 100010 | 11 | 10100 | 1010100 | 1010001 |
Color Harmonies of #F7BFA4
Complementary color
Monochromatic Colors of #F7BFA4
Black with #F7BFA4
Text Example
Text Example
White with #F7BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFA4; }
p { color: rgb(247,191,164); }
H1.HeaderClassName
{
color: #F7BFA4;
}
.AnyTagClassName
{
color: #F7BFA4;
}
</style>
background-color css
<style>
a { background-color: #F7BFA4; }
a { background-color: rgb(247,191,164); }
div.DivClassName
{
background-color: #F7BFA4;
}
.BgClassName
{
background-color: #F7BFA4;
}
</style>
border-color css
<style>
span { border-color: #F7BFA4; }
span { border-color: rgb(247,191,164); }
td.TdClassName
{
border-color: #F7BFA4;
}
.TagClassName
{
border-color: #F7BFA4;
}
</style>