Shades of Mandys Pink #F3B48C
Tints of Mandys Pink #F3B48C
RGB
CMYK
RGB Variations
Color information
#F3B48C (or 0xF3B48C) is known color: Mandys Pink. HEX triplet: F3, B4 and 8C. RGB value is (243,180,140). Sum of RGB (Red+Green+Blue) = 243+180+140=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B48C is #0C4B73. Grayscale: #C2C2C2. Windows color (decimal): -805748 or 9221363. OLE color: 9221363.
HSL color Cylindrical-coordinate representation of color #F3B48C: hue angle of 23.3º 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 #F3B48C is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 180 | 140 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.05 |
| HSL | 23.3º | 0.81% | 0.75% | - |
| HSV(B) | 23.3º | 0.42% | 0.95% | - |
| XYZ | 58.02 | 53.59 | 32.1 | - |
| YUV | 194.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 140 | 0 | 0.26 | 0.42 | 0.05 | 23.3 | 0.81 | 0.75 |
| Hex | F3 | B4 | 8C | 0 | 1A | 2A | 5 | 17 | 51 | 4B |
| Octal | 363 | 264 | 214 | 0 | 32 | 52 | 5 | 27 | 121 | 113 |
| Binary | 11110011 | 10110100 | 10001100 | 0 | 11010 | 101010 | 101 | 10111 | 1010001 | 1001011 |
Color Harmonies of #F3B48C
Complementary color
Monochromatic Colors of #F3B48C
Black with #F3B48C
Text Example
Text Example
White with #F3B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B48C; }
p { color: rgb(243,180,140); }
H1.HeaderClassName
{
color: #F3B48C;
}
.AnyTagClassName
{
color: #F3B48C;
}
</style>
background-color css
<style>
a { background-color: #F3B48C; }
a { background-color: rgb(243,180,140); }
div.DivClassName
{
background-color: #F3B48C;
}
.BgClassName
{
background-color: #F3B48C;
}
</style>
border-color css
<style>
span { border-color: #F3B48C; }
span { border-color: rgb(243,180,140); }
td.TdClassName
{
border-color: #F3B48C;
}
.TagClassName
{
border-color: #F3B48C;
}
</style>