Shades of Mandys Pink #F7B68A
Tints of Mandys Pink #F7B68A
RGB
CMYK
RGB Variations
Color information
#F7B68A (or 0xF7B68A) is known color: Mandys Pink. HEX triplet: F7, B6 and 8A. RGB value is (247,182,138). Sum of RGB (Red+Green+Blue) = 247+182+138=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B68A is #084975. Grayscale: #C4C4C4. Windows color (decimal): -543094 or 9090807. OLE color: 9090807.
HSL color Cylindrical-coordinate representation of color #F7B68A: hue angle of 24.22º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7B68A is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 182 | 138 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.03 |
| HSL | 24.22º | 0.87% | 0.75% | - |
| HSV(B) | 24.22º | 0.44% | 0.97% | - |
| XYZ | 59.67 | 55.07 | 31.53 | - |
| YUV | 196.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 182 | 138 | 0 | 0.26 | 0.44 | 0.03 | 24.22 | 0.87 | 0.75 |
| Hex | F7 | B6 | 8A | 0 | 1A | 2C | 3 | 18 | 57 | 4B |
| Octal | 367 | 266 | 212 | 0 | 32 | 54 | 3 | 30 | 127 | 113 |
| Binary | 11110111 | 10110110 | 10001010 | 0 | 11010 | 101100 | 11 | 11000 | 1010111 | 1001011 |
Color Harmonies of #F7B68A
Complementary color
Monochromatic Colors of #F7B68A
Black with #F7B68A
Text Example
Text Example
White with #F7B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B68A; }
p { color: rgb(247,182,138); }
H1.HeaderClassName
{
color: #F7B68A;
}
.AnyTagClassName
{
color: #F7B68A;
}
</style>
background-color css
<style>
a { background-color: #F7B68A; }
a { background-color: rgb(247,182,138); }
div.DivClassName
{
background-color: #F7B68A;
}
.BgClassName
{
background-color: #F7B68A;
}
</style>
border-color css
<style>
span { border-color: #F7B68A; }
span { border-color: rgb(247,182,138); }
td.TdClassName
{
border-color: #F7B68A;
}
.TagClassName
{
border-color: #F7B68A;
}
</style>