Shades of Mandys Pink #F2BF9D
Tints of Mandys Pink #F2BF9D
RGB
CMYK
RGB Variations
Color information
#F2BF9D (or 0xF2BF9D) is known color: Mandys Pink. HEX triplet: F2, BF and 9D. RGB value is (242,191,157). Sum of RGB (Red+Green+Blue) = 242+191+157=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BF9D is #0D4062. Grayscale: #CACACA. Windows color (decimal): -868451 or 10338290. OLE color: 10338290.
HSL color Cylindrical-coordinate representation of color #F2BF9D: hue angle of 24º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2BF9D is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 157 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.05 |
| HSL | 24º | 0.77% | 0.78% | - |
| HSV(B) | 24º | 0.35% | 0.95% | - |
| XYZ | 61.33 | 58.57 | 39.97 | - |
| YUV | 202.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 157 | 0 | 0.21 | 0.35 | 0.05 | 24 | 0.77 | 0.78 |
| Hex | F2 | BF | 9D | 0 | 15 | 23 | 5 | 18 | 4D | 4E |
| Octal | 362 | 277 | 235 | 0 | 25 | 43 | 5 | 30 | 115 | 116 |
| Binary | 11110010 | 10111111 | 10011101 | 0 | 10101 | 100011 | 101 | 11000 | 1001101 | 1001110 |
Color Harmonies of #F2BF9D
Complementary color
Monochromatic Colors of #F2BF9D
Black with #F2BF9D
Text Example
Text Example
White with #F2BF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF9D; }
p { color: rgb(242,191,157); }
H1.HeaderClassName
{
color: #F2BF9D;
}
.AnyTagClassName
{
color: #F2BF9D;
}
</style>
background-color css
<style>
a { background-color: #F2BF9D; }
a { background-color: rgb(242,191,157); }
div.DivClassName
{
background-color: #F2BF9D;
}
.BgClassName
{
background-color: #F2BF9D;
}
</style>
border-color css
<style>
span { border-color: #F2BF9D; }
span { border-color: rgb(242,191,157); }
td.TdClassName
{
border-color: #F2BF9D;
}
.TagClassName
{
border-color: #F2BF9D;
}
</style>