Shades of Mandys Pink #F2BDA3
Tints of Mandys Pink #F2BDA3
RGB
CMYK
RGB Variations
Color information
#F2BDA3 (or 0xF2BDA3) is known color: Mandys Pink. HEX triplet: F2, BD and A3. RGB value is (242,189,163). Sum of RGB (Red+Green+Blue) = 242+189+163=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BDA3 is #0D425C. Grayscale: #CACACA. Windows color (decimal): -868957 or 10730994. OLE color: 10730994.
HSL color Cylindrical-coordinate representation of color #F2BDA3: hue angle of 19.75º degrees, saturation: 0.75, 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 #F2BDA3 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 163 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.05 |
| HSL | 19.75º | 0.75% | 0.79% | - |
| HSV(B) | 19.75º | 0.33% | 0.95% | - |
| XYZ | 61.43 | 57.92 | 42.59 | - |
| YUV | 201.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 163 | 0 | 0.22 | 0.33 | 0.05 | 19.75 | 0.75 | 0.79 |
| Hex | F2 | BD | A3 | 0 | 16 | 21 | 5 | 14 | 4B | 4F |
| Octal | 362 | 275 | 243 | 0 | 26 | 41 | 5 | 24 | 113 | 117 |
| Binary | 11110010 | 10111101 | 10100011 | 0 | 10110 | 100001 | 101 | 10100 | 1001011 | 1001111 |
Color Harmonies of #F2BDA3
Complementary color
Monochromatic Colors of #F2BDA3
Black with #F2BDA3
Text Example
Text Example
White with #F2BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDA3; }
p { color: rgb(242,189,163); }
H1.HeaderClassName
{
color: #F2BDA3;
}
.AnyTagClassName
{
color: #F2BDA3;
}
</style>
background-color css
<style>
a { background-color: #F2BDA3; }
a { background-color: rgb(242,189,163); }
div.DivClassName
{
background-color: #F2BDA3;
}
.BgClassName
{
background-color: #F2BDA3;
}
</style>
border-color css
<style>
span { border-color: #F2BDA3; }
span { border-color: rgb(242,189,163); }
td.TdClassName
{
border-color: #F2BDA3;
}
.TagClassName
{
border-color: #F2BDA3;
}
</style>