Shades of Mandys Pink #F6BBA4
Tints of Mandys Pink #F6BBA4
RGB
CMYK
RGB Variations
Color information
#F6BBA4 (or 0xF6BBA4) is known color: Mandys Pink. HEX triplet: F6, BB and A4. RGB value is (246,187,164). Sum of RGB (Red+Green+Blue) = 246+187+164=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BBA4 is #09445B. Grayscale: #CACACA. Windows color (decimal): -607324 or 10796022. OLE color: 10796022.
HSL color Cylindrical-coordinate representation of color #F6BBA4: hue angle of 16.83º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6BBA4 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 164 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.04 |
| HSL | 16.83º | 0.82% | 0.8% | - |
| HSV(B) | 16.83º | 0.33% | 0.96% | - |
| XYZ | 62.48 | 57.81 | 42.99 | - |
| YUV | 202.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 164 | 0 | 0.24 | 0.33 | 0.04 | 16.83 | 0.82 | 0.8 |
| Hex | F6 | BB | A4 | 0 | 18 | 21 | 4 | 11 | 52 | 50 |
| Octal | 366 | 273 | 244 | 0 | 30 | 41 | 4 | 21 | 122 | 120 |
| Binary | 11110110 | 10111011 | 10100100 | 0 | 11000 | 100001 | 100 | 10001 | 1010010 | 1010000 |
Color Harmonies of #F6BBA4
Complementary color
Monochromatic Colors of #F6BBA4
Black with #F6BBA4
Text Example
Text Example
White with #F6BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBA4; }
p { color: rgb(246,187,164); }
H1.HeaderClassName
{
color: #F6BBA4;
}
.AnyTagClassName
{
color: #F6BBA4;
}
</style>
background-color css
<style>
a { background-color: #F6BBA4; }
a { background-color: rgb(246,187,164); }
div.DivClassName
{
background-color: #F6BBA4;
}
.BgClassName
{
background-color: #F6BBA4;
}
</style>
border-color css
<style>
span { border-color: #F6BBA4; }
span { border-color: rgb(246,187,164); }
td.TdClassName
{
border-color: #F6BBA4;
}
.TagClassName
{
border-color: #F6BBA4;
}
</style>