Shades of Mandys Pink #F6BBA3
Tints of Mandys Pink #F6BBA3
RGB
CMYK
RGB Variations
Color information
#F6BBA3 (or 0xF6BBA3) is known color: Mandys Pink. HEX triplet: F6, BB and A3. RGB value is (246,187,163). Sum of RGB (Red+Green+Blue) = 246+187+163=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BBA3 is #09445C. Grayscale: #CACACA. Windows color (decimal): -607325 or 10730486. OLE color: 10730486.
HSL color Cylindrical-coordinate representation of color #F6BBA3: hue angle of 17.35º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6BBA3 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 187 | 163 | - |
CMYK | 0 | 0.24 | 0.34 | 0.04 |
HSL | 17.35º | 0.82% | 0.8% | - |
HSV(B) | 17.35º | 0.34% | 0.96% | - |
XYZ | 62.39 | 57.78 | 42.51 | - |
YUV | 201.91 | 106.05 | 159.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 187 | 163 | 0 | 0.24 | 0.34 | 0.04 | 17.35 | 0.82 | 0.8 |
Hex | F6 | BB | A3 | 0 | 18 | 22 | 4 | 11 | 52 | 50 |
Octal | 366 | 273 | 243 | 0 | 30 | 42 | 4 | 21 | 122 | 120 |
Binary | 11110110 | 10111011 | 10100011 | 0 | 11000 | 100010 | 100 | 10001 | 1010010 | 1010000 |
Color Harmonies of #F6BBA3
Complementary color
Monochromatic Colors of #F6BBA3
Black with #F6BBA3
Text Example
Text Example
White with #F6BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBA3; }
p { color: rgb(246,187,163); }
H1.HeaderClassName
{
color: #F6BBA3;
}
.AnyTagClassName
{
color: #F6BBA3;
}
</style>
background-color css
<style>
a { background-color: #F6BBA3; }
a { background-color: rgb(246,187,163); }
div.DivClassName
{
background-color: #F6BBA3;
}
.BgClassName
{
background-color: #F6BBA3;
}
</style>
border-color css
<style>
span { border-color: #F6BBA3; }
span { border-color: rgb(246,187,163); }
td.TdClassName
{
border-color: #F6BBA3;
}
.TagClassName
{
border-color: #F6BBA3;
}
</style>