Shades of Mandys Pink #F3BDA2
Tints of Mandys Pink #F3BDA2
RGB
CMYK
RGB Variations
Color information
#F3BDA2 (or 0xF3BDA2) is known color: Mandys Pink. HEX triplet: F3, BD and A2. RGB value is (243,189,162). Sum of RGB (Red+Green+Blue) = 243+189+162=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BDA2 is #0C425D. Grayscale: #CACACA. Windows color (decimal): -803422 or 10665459. OLE color: 10665459.
HSL color Cylindrical-coordinate representation of color #F3BDA2: hue angle of 20º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3BDA2 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 162 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.05 |
| HSL | 20º | 0.77% | 0.79% | - |
| HSV(B) | 20º | 0.33% | 0.95% | - |
| XYZ | 61.68 | 58.06 | 42.14 | - |
| YUV | 202.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 162 | 0 | 0.22 | 0.33 | 0.05 | 20 | 0.77 | 0.79 |
| Hex | F3 | BD | A2 | 0 | 16 | 21 | 5 | 14 | 4D | 4F |
| Octal | 363 | 275 | 242 | 0 | 26 | 41 | 5 | 24 | 115 | 117 |
| Binary | 11110011 | 10111101 | 10100010 | 0 | 10110 | 100001 | 101 | 10100 | 1001101 | 1001111 |
Color Harmonies of #F3BDA2
Complementary color
Monochromatic Colors of #F3BDA2
Black with #F3BDA2
Text Example
Text Example
White with #F3BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDA2; }
p { color: rgb(243,189,162); }
H1.HeaderClassName
{
color: #F3BDA2;
}
.AnyTagClassName
{
color: #F3BDA2;
}
</style>
background-color css
<style>
a { background-color: #F3BDA2; }
a { background-color: rgb(243,189,162); }
div.DivClassName
{
background-color: #F3BDA2;
}
.BgClassName
{
background-color: #F3BDA2;
}
</style>
border-color css
<style>
span { border-color: #F3BDA2; }
span { border-color: rgb(243,189,162); }
td.TdClassName
{
border-color: #F3BDA2;
}
.TagClassName
{
border-color: #F3BDA2;
}
</style>