Shades of Mandys Pink #F3BA9C
Tints of Mandys Pink #F3BA9C
RGB
CMYK
RGB Variations
Color information
#F3BA9C (or 0xF3BA9C) is known color: Mandys Pink. HEX triplet: F3, BA and 9C. RGB value is (243,186,156). Sum of RGB (Red+Green+Blue) = 243+186+156=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BA9C is #0C4563. Grayscale: #C7C7C7. Windows color (decimal): -804196 or 10271475. OLE color: 10271475.
HSL color Cylindrical-coordinate representation of color #F3BA9C: hue angle of 20.69º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F3BA9C is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 156 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.05 |
| HSL | 20.69º | 0.78% | 0.78% | - |
| HSV(B) | 20.69º | 0.36% | 0.95% | - |
| XYZ | 60.52 | 56.57 | 39.18 | - |
| YUV | 199.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 156 | 0 | 0.23 | 0.36 | 0.05 | 20.69 | 0.78 | 0.78 |
| Hex | F3 | BA | 9C | 0 | 17 | 24 | 5 | 15 | 4E | 4E |
| Octal | 363 | 272 | 234 | 0 | 27 | 44 | 5 | 25 | 116 | 116 |
| Binary | 11110011 | 10111010 | 10011100 | 0 | 10111 | 100100 | 101 | 10101 | 1001110 | 1001110 |
Color Harmonies of #F3BA9C
Complementary color
Monochromatic Colors of #F3BA9C
Black with #F3BA9C
Text Example
Text Example
White with #F3BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA9C; }
p { color: rgb(243,186,156); }
H1.HeaderClassName
{
color: #F3BA9C;
}
.AnyTagClassName
{
color: #F3BA9C;
}
</style>
background-color css
<style>
a { background-color: #F3BA9C; }
a { background-color: rgb(243,186,156); }
div.DivClassName
{
background-color: #F3BA9C;
}
.BgClassName
{
background-color: #F3BA9C;
}
</style>
border-color css
<style>
span { border-color: #F3BA9C; }
span { border-color: rgb(243,186,156); }
td.TdClassName
{
border-color: #F3BA9C;
}
.TagClassName
{
border-color: #F3BA9C;
}
</style>