Shades of Mandys Pink #F3AD90
Tints of Mandys Pink #F3AD90
RGB
CMYK
RGB Variations
Color information
#F3AD90 (or 0xF3AD90) is known color: Mandys Pink. HEX triplet: F3, AD and 90. RGB value is (243,173,144). Sum of RGB (Red+Green+Blue) = 243+173+144=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AD90 is #0C526F. Grayscale: #BEBEBE. Windows color (decimal): -807536 or 9481715. OLE color: 9481715.
HSL color Cylindrical-coordinate representation of color #F3AD90: hue angle of 17.58º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F3AD90 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 144 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.05 |
| HSL | 17.58º | 0.8% | 0.76% | - |
| HSV(B) | 17.58º | 0.41% | 0.95% | - |
| XYZ | 56.94 | 50.96 | 33.22 | - |
| YUV | 190.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 144 | 0 | 0.29 | 0.41 | 0.05 | 17.58 | 0.8 | 0.76 |
| Hex | F3 | AD | 90 | 0 | 1D | 29 | 5 | 12 | 50 | 4C |
| Octal | 363 | 255 | 220 | 0 | 35 | 51 | 5 | 22 | 120 | 114 |
| Binary | 11110011 | 10101101 | 10010000 | 0 | 11101 | 101001 | 101 | 10010 | 1010000 | 1001100 |
Color Harmonies of #F3AD90
Complementary color
Monochromatic Colors of #F3AD90
Black with #F3AD90
Text Example
Text Example
White with #F3AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD90; }
p { color: rgb(243,173,144); }
H1.HeaderClassName
{
color: #F3AD90;
}
.AnyTagClassName
{
color: #F3AD90;
}
</style>
background-color css
<style>
a { background-color: #F3AD90; }
a { background-color: rgb(243,173,144); }
div.DivClassName
{
background-color: #F3AD90;
}
.BgClassName
{
background-color: #F3AD90;
}
</style>
border-color css
<style>
span { border-color: #F3AD90; }
span { border-color: rgb(243,173,144); }
td.TdClassName
{
border-color: #F3AD90;
}
.TagClassName
{
border-color: #F3AD90;
}
</style>