Shades of Mandys Pink #F6B695
Tints of Mandys Pink #F6B695
RGB
CMYK
RGB Variations
Color information
#F6B695 (or 0xF6B695) is known color: Mandys Pink. HEX triplet: F6, B6 and 95. RGB value is (246,182,149). Sum of RGB (Red+Green+Blue) = 246+182+149=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B695 is #09496A. Grayscale: #C5C5C5. Windows color (decimal): -608619 or 9811702. OLE color: 9811702.
HSL color Cylindrical-coordinate representation of color #F6B695: hue angle of 20.41º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6B695 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 182 | 149 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.04 |
| HSL | 20.41º | 0.84% | 0.77% | - |
| HSV(B) | 20.41º | 0.39% | 0.96% | - |
| XYZ | 60.16 | 55.22 | 35.92 | - |
| YUV | 197.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 182 | 149 | 0 | 0.26 | 0.39 | 0.04 | 20.41 | 0.84 | 0.77 |
| Hex | F6 | B6 | 95 | 0 | 1A | 27 | 4 | 14 | 54 | 4D |
| Octal | 366 | 266 | 225 | 0 | 32 | 47 | 4 | 24 | 124 | 115 |
| Binary | 11110110 | 10110110 | 10010101 | 0 | 11010 | 100111 | 100 | 10100 | 1010100 | 1001101 |
Color Harmonies of #F6B695
Complementary color
Monochromatic Colors of #F6B695
Black with #F6B695
Text Example
Text Example
White with #F6B695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B695; }
p { color: rgb(246,182,149); }
H1.HeaderClassName
{
color: #F6B695;
}
.AnyTagClassName
{
color: #F6B695;
}
</style>
background-color css
<style>
a { background-color: #F6B695; }
a { background-color: rgb(246,182,149); }
div.DivClassName
{
background-color: #F6B695;
}
.BgClassName
{
background-color: #F6B695;
}
</style>
border-color css
<style>
span { border-color: #F6B695; }
span { border-color: rgb(246,182,149); }
td.TdClassName
{
border-color: #F6B695;
}
.TagClassName
{
border-color: #F6B695;
}
</style>