Shades of Mandys Pink #F6BF8D
Tints of Mandys Pink #F6BF8D
RGB
CMYK
RGB Variations
Color information
#F6BF8D (or 0xF6BF8D) is known color: Mandys Pink. HEX triplet: F6, BF and 8D. RGB value is (246,191,141). Sum of RGB (Red+Green+Blue) = 246+191+141=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BF8D is #094072. Grayscale: #CACACA. Windows color (decimal): -606323 or 9289718. OLE color: 9289718.
HSL color Cylindrical-coordinate representation of color #F6BF8D: hue angle of 28.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6BF8D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 141 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.04 |
| HSL | 28.57º | 0.85% | 0.76% | - |
| HSV(B) | 28.57º | 0.43% | 0.96% | - |
| XYZ | 61.44 | 58.78 | 33.31 | - |
| YUV | 201.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 141 | 0 | 0.22 | 0.43 | 0.04 | 28.57 | 0.85 | 0.76 |
| Hex | F6 | BF | 8D | 0 | 16 | 2B | 4 | 1D | 55 | 4C |
| Octal | 366 | 277 | 215 | 0 | 26 | 53 | 4 | 35 | 125 | 114 |
| Binary | 11110110 | 10111111 | 10001101 | 0 | 10110 | 101011 | 100 | 11101 | 1010101 | 1001100 |
Color Harmonies of #F6BF8D
Complementary color
Monochromatic Colors of #F6BF8D
Black with #F6BF8D
Text Example
Text Example
White with #F6BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BF8D; }
p { color: rgb(246,191,141); }
H1.HeaderClassName
{
color: #F6BF8D;
}
.AnyTagClassName
{
color: #F6BF8D;
}
</style>
background-color css
<style>
a { background-color: #F6BF8D; }
a { background-color: rgb(246,191,141); }
div.DivClassName
{
background-color: #F6BF8D;
}
.BgClassName
{
background-color: #F6BF8D;
}
</style>
border-color css
<style>
span { border-color: #F6BF8D; }
span { border-color: rgb(246,191,141); }
td.TdClassName
{
border-color: #F6BF8D;
}
.TagClassName
{
border-color: #F6BF8D;
}
</style>