Shades of Mandys Pink #F6B299
Tints of Mandys Pink #F6B299
RGB
CMYK
RGB Variations
Color information
#F6B299 (or 0xF6B299) is known color: Mandys Pink. HEX triplet: F6, B2 and 99. RGB value is (246,178,153). Sum of RGB (Red+Green+Blue) = 246+178+153=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B299 is #094D66. Grayscale: #C3C3C3. Windows color (decimal): -609639 or 10072822. OLE color: 10072822.
HSL color Cylindrical-coordinate representation of color #F6B299: hue angle of 16.13º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6B299 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 178 | 153 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.04 |
| HSL | 16.13º | 0.84% | 0.78% | - |
| HSV(B) | 16.13º | 0.38% | 0.96% | - |
| XYZ | 59.68 | 53.73 | 37.36 | - |
| YUV | 195.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 178 | 153 | 0 | 0.28 | 0.38 | 0.04 | 16.13 | 0.84 | 0.78 |
| Hex | F6 | B2 | 99 | 0 | 1C | 26 | 4 | 10 | 54 | 4E |
| Octal | 366 | 262 | 231 | 0 | 34 | 46 | 4 | 20 | 124 | 116 |
| Binary | 11110110 | 10110010 | 10011001 | 0 | 11100 | 100110 | 100 | 10000 | 1010100 | 1001110 |
Color Harmonies of #F6B299
Complementary color
Monochromatic Colors of #F6B299
Black with #F6B299
Text Example
Text Example
White with #F6B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B299; }
p { color: rgb(246,178,153); }
H1.HeaderClassName
{
color: #F6B299;
}
.AnyTagClassName
{
color: #F6B299;
}
</style>
background-color css
<style>
a { background-color: #F6B299; }
a { background-color: rgb(246,178,153); }
div.DivClassName
{
background-color: #F6B299;
}
.BgClassName
{
background-color: #F6B299;
}
</style>
border-color css
<style>
span { border-color: #F6B299; }
span { border-color: rgb(246,178,153); }
td.TdClassName
{
border-color: #F6B299;
}
.TagClassName
{
border-color: #F6B299;
}
</style>