Shades of Mandys Pink #F2BE90
Tints of Mandys Pink #F2BE90
RGB
CMYK
RGB Variations
Color information
#F2BE90 (or 0xF2BE90) is known color: Mandys Pink. HEX triplet: F2, BE and 90. RGB value is (242,190,144). Sum of RGB (Red+Green+Blue) = 242+190+144=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BE90 is #0D416F. Grayscale: #C8C8C8. Windows color (decimal): -868720 or 9486066. OLE color: 9486066.
HSL color Cylindrical-coordinate representation of color #F2BE90: hue angle of 28.16º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2BE90 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 144 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.05 |
| HSL | 28.16º | 0.79% | 0.76% | - |
| HSV(B) | 28.16º | 0.4% | 0.95% | - |
| XYZ | 60.07 | 57.72 | 34.36 | - |
| YUV | 200.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 144 | 0 | 0.21 | 0.40 | 0.05 | 28.16 | 0.79 | 0.76 |
| Hex | F2 | BE | 90 | 0 | 15 | 28 | 5 | 1C | 4F | 4C |
| Octal | 362 | 276 | 220 | 0 | 25 | 50 | 5 | 34 | 117 | 114 |
| Binary | 11110010 | 10111110 | 10010000 | 0 | 10101 | 101000 | 101 | 11100 | 1001111 | 1001100 |
Color Harmonies of #F2BE90
Complementary color
Monochromatic Colors of #F2BE90
Black with #F2BE90
Text Example
Text Example
White with #F2BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BE90; }
p { color: rgb(242,190,144); }
H1.HeaderClassName
{
color: #F2BE90;
}
.AnyTagClassName
{
color: #F2BE90;
}
</style>
background-color css
<style>
a { background-color: #F2BE90; }
a { background-color: rgb(242,190,144); }
div.DivClassName
{
background-color: #F2BE90;
}
.BgClassName
{
background-color: #F2BE90;
}
</style>
border-color css
<style>
span { border-color: #F2BE90; }
span { border-color: rgb(242,190,144); }
td.TdClassName
{
border-color: #F2BE90;
}
.TagClassName
{
border-color: #F2BE90;
}
</style>