Shades of Mandys Pink #F2B294
Tints of Mandys Pink #F2B294
RGB
CMYK
RGB Variations
Color information
#F2B294 (or 0xF2B294) is known color: Mandys Pink. HEX triplet: F2, B2 and 94. RGB value is (242,178,148). Sum of RGB (Red+Green+Blue) = 242+178+148=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B294 is #0D4D6B. Grayscale: #C1C1C1. Windows color (decimal): -871788 or 9745138. OLE color: 9745138.
HSL color Cylindrical-coordinate representation of color #F2B294: hue angle of 19.15º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2B294 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 148 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.05 |
| HSL | 19.15º | 0.78% | 0.76% | - |
| HSV(B) | 19.15º | 0.39% | 0.95% | - |
| XYZ | 57.88 | 52.86 | 35.17 | - |
| YUV | 193.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 148 | 0 | 0.26 | 0.39 | 0.05 | 19.15 | 0.78 | 0.76 |
| Hex | F2 | B2 | 94 | 0 | 1A | 27 | 5 | 13 | 4E | 4C |
| Octal | 362 | 262 | 224 | 0 | 32 | 47 | 5 | 23 | 116 | 114 |
| Binary | 11110010 | 10110010 | 10010100 | 0 | 11010 | 100111 | 101 | 10011 | 1001110 | 1001100 |
Color Harmonies of #F2B294
Complementary color
Monochromatic Colors of #F2B294
Black with #F2B294
Text Example
Text Example
White with #F2B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B294; }
p { color: rgb(242,178,148); }
H1.HeaderClassName
{
color: #F2B294;
}
.AnyTagClassName
{
color: #F2B294;
}
</style>
background-color css
<style>
a { background-color: #F2B294; }
a { background-color: rgb(242,178,148); }
div.DivClassName
{
background-color: #F2B294;
}
.BgClassName
{
background-color: #F2B294;
}
</style>
border-color css
<style>
span { border-color: #F2B294; }
span { border-color: rgb(242,178,148); }
td.TdClassName
{
border-color: #F2B294;
}
.TagClassName
{
border-color: #F2B294;
}
</style>