Shades of Mandys Pink #F2AD8B
Tints of Mandys Pink #F2AD8B
RGB
CMYK
RGB Variations
Color information
#F2AD8B (or 0xF2AD8B) is known color: Mandys Pink. HEX triplet: F2, AD and 8B. RGB value is (242,173,139). Sum of RGB (Red+Green+Blue) = 242+173+139=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD8B is #0D5274. Grayscale: #BDBDBD. Windows color (decimal): -873077 or 9154034. OLE color: 9154034.
HSL color Cylindrical-coordinate representation of color #F2AD8B: hue angle of 19.81º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2AD8B is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 139 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.05 |
| HSL | 19.81º | 0.8% | 0.75% | - |
| HSV(B) | 19.81º | 0.43% | 0.95% | - |
| XYZ | 56.22 | 50.63 | 31.24 | - |
| YUV | 189.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 139 | 0 | 0.29 | 0.43 | 0.05 | 19.81 | 0.8 | 0.75 |
| Hex | F2 | AD | 8B | 0 | 1D | 2B | 5 | 14 | 50 | 4B |
| Octal | 362 | 255 | 213 | 0 | 35 | 53 | 5 | 24 | 120 | 113 |
| Binary | 11110010 | 10101101 | 10001011 | 0 | 11101 | 101011 | 101 | 10100 | 1010000 | 1001011 |
Color Harmonies of #F2AD8B
Complementary color
Monochromatic Colors of #F2AD8B
Black with #F2AD8B
Text Example
Text Example
White with #F2AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD8B; }
p { color: rgb(242,173,139); }
H1.HeaderClassName
{
color: #F2AD8B;
}
.AnyTagClassName
{
color: #F2AD8B;
}
</style>
background-color css
<style>
a { background-color: #F2AD8B; }
a { background-color: rgb(242,173,139); }
div.DivClassName
{
background-color: #F2AD8B;
}
.BgClassName
{
background-color: #F2AD8B;
}
</style>
border-color css
<style>
span { border-color: #F2AD8B; }
span { border-color: rgb(242,173,139); }
td.TdClassName
{
border-color: #F2AD8B;
}
.TagClassName
{
border-color: #F2AD8B;
}
</style>