Shades of Mandys Pink #F2BD99
Tints of Mandys Pink #F2BD99
RGB
CMYK
RGB Variations
Color information
#F2BD99 (or 0xF2BD99) is known color: Mandys Pink. HEX triplet: F2, BD and 99. RGB value is (242,189,153). Sum of RGB (Red+Green+Blue) = 242+189+153=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BD99 is #0D4266. Grayscale: #C8C8C8. Windows color (decimal): -868967 or 10075634. OLE color: 10075634.
HSL color Cylindrical-coordinate representation of color #F2BD99: hue angle of 24.27º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2BD99 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 153 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.05 |
| HSL | 24.27º | 0.77% | 0.77% | - |
| HSV(B) | 24.27º | 0.37% | 0.95% | - |
| XYZ | 60.57 | 57.57 | 38.06 | - |
| YUV | 200.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 153 | 0 | 0.22 | 0.37 | 0.05 | 24.27 | 0.77 | 0.77 |
| Hex | F2 | BD | 99 | 0 | 16 | 25 | 5 | 18 | 4D | 4D |
| Octal | 362 | 275 | 231 | 0 | 26 | 45 | 5 | 30 | 115 | 115 |
| Binary | 11110010 | 10111101 | 10011001 | 0 | 10110 | 100101 | 101 | 11000 | 1001101 | 1001101 |
Color Harmonies of #F2BD99
Complementary color
Monochromatic Colors of #F2BD99
Black with #F2BD99
Text Example
Text Example
White with #F2BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD99; }
p { color: rgb(242,189,153); }
H1.HeaderClassName
{
color: #F2BD99;
}
.AnyTagClassName
{
color: #F2BD99;
}
</style>
background-color css
<style>
a { background-color: #F2BD99; }
a { background-color: rgb(242,189,153); }
div.DivClassName
{
background-color: #F2BD99;
}
.BgClassName
{
background-color: #F2BD99;
}
</style>
border-color css
<style>
span { border-color: #F2BD99; }
span { border-color: rgb(242,189,153); }
td.TdClassName
{
border-color: #F2BD99;
}
.TagClassName
{
border-color: #F2BD99;
}
</style>