Shades of Mandys Pink #F6B68A
Tints of Mandys Pink #F6B68A
RGB
CMYK
RGB Variations
Color information
#F6B68A (or 0xF6B68A) is known color: Mandys Pink. HEX triplet: F6, B6 and 8A. RGB value is (246,182,138). Sum of RGB (Red+Green+Blue) = 246+182+138=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B68A is #094975. Grayscale: #C4C4C4. Windows color (decimal): -608630 or 9090806. OLE color: 9090806.
HSL color Cylindrical-coordinate representation of color #F6B68A: hue angle of 24.44º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6B68A is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 182 | 138 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.04 |
| HSL | 24.44º | 0.86% | 0.75% | - |
| HSV(B) | 24.44º | 0.44% | 0.96% | - |
| XYZ | 59.32 | 54.88 | 31.51 | - |
| YUV | 196.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 182 | 138 | 0 | 0.26 | 0.44 | 0.04 | 24.44 | 0.86 | 0.75 |
| Hex | F6 | B6 | 8A | 0 | 1A | 2C | 4 | 18 | 56 | 4B |
| Octal | 366 | 266 | 212 | 0 | 32 | 54 | 4 | 30 | 126 | 113 |
| Binary | 11110110 | 10110110 | 10001010 | 0 | 11010 | 101100 | 100 | 11000 | 1010110 | 1001011 |
Color Harmonies of #F6B68A
Complementary color
Monochromatic Colors of #F6B68A
Black with #F6B68A
Text Example
Text Example
White with #F6B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B68A; }
p { color: rgb(246,182,138); }
H1.HeaderClassName
{
color: #F6B68A;
}
.AnyTagClassName
{
color: #F6B68A;
}
</style>
background-color css
<style>
a { background-color: #F6B68A; }
a { background-color: rgb(246,182,138); }
div.DivClassName
{
background-color: #F6B68A;
}
.BgClassName
{
background-color: #F6B68A;
}
</style>
border-color css
<style>
span { border-color: #F6B68A; }
span { border-color: rgb(246,182,138); }
td.TdClassName
{
border-color: #F6B68A;
}
.TagClassName
{
border-color: #F6B68A;
}
</style>