Shades of Mandys Pink #F2AF93
Tints of Mandys Pink #F2AF93
RGB
CMYK
RGB Variations
Color information
#F2AF93 (or 0xF2AF93) is known color: Mandys Pink. HEX triplet: F2, AF and 93. RGB value is (242,175,147). Sum of RGB (Red+Green+Blue) = 242+175+147=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF93 is #0D506C. Grayscale: #C0C0C0. Windows color (decimal): -872557 or 9678834. OLE color: 9678834.
HSL color Cylindrical-coordinate representation of color #F2AF93: hue angle of 17.68º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2AF93 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 147 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.05 |
| HSL | 17.68º | 0.79% | 0.76% | - |
| HSV(B) | 17.68º | 0.39% | 0.95% | - |
| XYZ | 57.21 | 51.64 | 34.56 | - |
| YUV | 191.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 147 | 0 | 0.28 | 0.39 | 0.05 | 17.68 | 0.79 | 0.76 |
| Hex | F2 | AF | 93 | 0 | 1C | 27 | 5 | 12 | 4F | 4C |
| Octal | 362 | 257 | 223 | 0 | 34 | 47 | 5 | 22 | 117 | 114 |
| Binary | 11110010 | 10101111 | 10010011 | 0 | 11100 | 100111 | 101 | 10010 | 1001111 | 1001100 |
Color Harmonies of #F2AF93
Complementary color
Monochromatic Colors of #F2AF93
Black with #F2AF93
Text Example
Text Example
White with #F2AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF93; }
p { color: rgb(242,175,147); }
H1.HeaderClassName
{
color: #F2AF93;
}
.AnyTagClassName
{
color: #F2AF93;
}
</style>
background-color css
<style>
a { background-color: #F2AF93; }
a { background-color: rgb(242,175,147); }
div.DivClassName
{
background-color: #F2AF93;
}
.BgClassName
{
background-color: #F2AF93;
}
</style>
border-color css
<style>
span { border-color: #F2AF93; }
span { border-color: rgb(242,175,147); }
td.TdClassName
{
border-color: #F2AF93;
}
.TagClassName
{
border-color: #F2AF93;
}
</style>