Shades of Mandys Pink #F3BD95
Tints of Mandys Pink #F3BD95
RGB
CMYK
RGB Variations
Color information
#F3BD95 (or 0xF3BD95) is known color: Mandys Pink. HEX triplet: F3, BD and 95. RGB value is (243,189,149). Sum of RGB (Red+Green+Blue) = 243+189+149=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BD95 is #0C426A. Grayscale: #C8C8C8. Windows color (decimal): -803435 or 9813491. OLE color: 9813491.
HSL color Cylindrical-coordinate representation of color #F3BD95: hue angle of 25.53º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3BD95 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 149 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.05 |
| HSL | 25.53º | 0.8% | 0.77% | - |
| HSV(B) | 25.53º | 0.39% | 0.95% | - |
| XYZ | 60.58 | 57.62 | 36.36 | - |
| YUV | 200.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 149 | 0 | 0.22 | 0.39 | 0.05 | 25.53 | 0.8 | 0.77 |
| Hex | F3 | BD | 95 | 0 | 16 | 27 | 5 | 1A | 50 | 4D |
| Octal | 363 | 275 | 225 | 0 | 26 | 47 | 5 | 32 | 120 | 115 |
| Binary | 11110011 | 10111101 | 10010101 | 0 | 10110 | 100111 | 101 | 11010 | 1010000 | 1001101 |
Color Harmonies of #F3BD95
Complementary color
Monochromatic Colors of #F3BD95
Black with #F3BD95
Text Example
Text Example
White with #F3BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BD95; }
p { color: rgb(243,189,149); }
H1.HeaderClassName
{
color: #F3BD95;
}
.AnyTagClassName
{
color: #F3BD95;
}
</style>
background-color css
<style>
a { background-color: #F3BD95; }
a { background-color: rgb(243,189,149); }
div.DivClassName
{
background-color: #F3BD95;
}
.BgClassName
{
background-color: #F3BD95;
}
</style>
border-color css
<style>
span { border-color: #F3BD95; }
span { border-color: rgb(243,189,149); }
td.TdClassName
{
border-color: #F3BD95;
}
.TagClassName
{
border-color: #F3BD95;
}
</style>