Shades of Mandys Pink #F3AF8C
Tints of Mandys Pink #F3AF8C
RGB
CMYK
RGB Variations
Color information
#F3AF8C (or 0xF3AF8C) is known color: Mandys Pink. HEX triplet: F3, AF and 8C. RGB value is (243,175,140). Sum of RGB (Red+Green+Blue) = 243+175+140=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AF8C is #0C5073. Grayscale: #BFBFBF. Windows color (decimal): -807028 or 9220083. OLE color: 9220083.
HSL color Cylindrical-coordinate representation of color #F3AF8C: hue angle of 20.39º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3AF8C is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 140 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.05 |
| HSL | 20.39º | 0.81% | 0.75% | - |
| HSV(B) | 20.39º | 0.42% | 0.95% | - |
| XYZ | 57.03 | 51.61 | 31.77 | - |
| YUV | 191.34 | 99.03 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 140 | 0 | 0.28 | 0.42 | 0.05 | 20.39 | 0.81 | 0.75 |
| Hex | F3 | AF | 8C | 0 | 1C | 2A | 5 | 14 | 51 | 4B |
| Octal | 363 | 257 | 214 | 0 | 34 | 52 | 5 | 24 | 121 | 113 |
| Binary | 11110011 | 10101111 | 10001100 | 0 | 11100 | 101010 | 101 | 10100 | 1010001 | 1001011 |
Color Harmonies of #F3AF8C
Complementary color
Monochromatic Colors of #F3AF8C
Black with #F3AF8C
Text Example
Text Example
White with #F3AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF8C; }
p { color: rgb(243,175,140); }
H1.HeaderClassName
{
color: #F3AF8C;
}
.AnyTagClassName
{
color: #F3AF8C;
}
</style>
background-color css
<style>
a { background-color: #F3AF8C; }
a { background-color: rgb(243,175,140); }
div.DivClassName
{
background-color: #F3AF8C;
}
.BgClassName
{
background-color: #F3AF8C;
}
</style>
border-color css
<style>
span { border-color: #F3AF8C; }
span { border-color: rgb(243,175,140); }
td.TdClassName
{
border-color: #F3AF8C;
}
.TagClassName
{
border-color: #F3AF8C;
}
</style>