Shades of Mandys Pink #F6BB9E
Tints of Mandys Pink #F6BB9E
RGB
CMYK
RGB Variations
Color information
#F6BB9E (or 0xF6BB9E) is known color: Mandys Pink. HEX triplet: F6, BB and 9E. RGB value is (246,187,158). Sum of RGB (Red+Green+Blue) = 246+187+158=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BB9E is #094461. Grayscale: #C9C9C9. Windows color (decimal): -607330 or 10402806. OLE color: 10402806.
HSL color Cylindrical-coordinate representation of color #F6BB9E: hue angle of 19.77º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6BB9E is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 158 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.04 |
| HSL | 19.77º | 0.83% | 0.79% | - |
| HSV(B) | 19.77º | 0.36% | 0.96% | - |
| XYZ | 61.95 | 57.6 | 40.2 | - |
| YUV | 201.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 158 | 0 | 0.24 | 0.36 | 0.04 | 19.77 | 0.83 | 0.79 |
| Hex | F6 | BB | 9E | 0 | 18 | 24 | 4 | 14 | 53 | 4F |
| Octal | 366 | 273 | 236 | 0 | 30 | 44 | 4 | 24 | 123 | 117 |
| Binary | 11110110 | 10111011 | 10011110 | 0 | 11000 | 100100 | 100 | 10100 | 1010011 | 1001111 |
Color Harmonies of #F6BB9E
Complementary color
Monochromatic Colors of #F6BB9E
Black with #F6BB9E
Text Example
Text Example
White with #F6BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BB9E; }
p { color: rgb(246,187,158); }
H1.HeaderClassName
{
color: #F6BB9E;
}
.AnyTagClassName
{
color: #F6BB9E;
}
</style>
background-color css
<style>
a { background-color: #F6BB9E; }
a { background-color: rgb(246,187,158); }
div.DivClassName
{
background-color: #F6BB9E;
}
.BgClassName
{
background-color: #F6BB9E;
}
</style>
border-color css
<style>
span { border-color: #F6BB9E; }
span { border-color: rgb(246,187,158); }
td.TdClassName
{
border-color: #F6BB9E;
}
.TagClassName
{
border-color: #F6BB9E;
}
</style>