Shades of Mandys Pink #F2B58A
Tints of Mandys Pink #F2B58A
RGB
CMYK
RGB Variations
Color information
#F2B58A (or 0xF2B58A) is known color: Mandys Pink. HEX triplet: F2, B5 and 8A. RGB value is (242,181,138). Sum of RGB (Red+Green+Blue) = 242+181+138=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B58A is #0D4A75. Grayscale: #C2C2C2. Windows color (decimal): -871030 or 9090546. OLE color: 9090546.
HSL color Cylindrical-coordinate representation of color #F2B58A: hue angle of 24.81º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2B58A is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 138 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.05 |
| HSL | 24.81º | 0.8% | 0.75% | - |
| HSV(B) | 24.81º | 0.43% | 0.95% | - |
| XYZ | 57.73 | 53.76 | 31.38 | - |
| YUV | 194.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 138 | 0 | 0.25 | 0.43 | 0.05 | 24.81 | 0.8 | 0.75 |
| Hex | F2 | B5 | 8A | 0 | 19 | 2B | 5 | 19 | 50 | 4B |
| Octal | 362 | 265 | 212 | 0 | 31 | 53 | 5 | 31 | 120 | 113 |
| Binary | 11110010 | 10110101 | 10001010 | 0 | 11001 | 101011 | 101 | 11001 | 1010000 | 1001011 |
Color Harmonies of #F2B58A
Complementary color
Monochromatic Colors of #F2B58A
Black with #F2B58A
Text Example
Text Example
White with #F2B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B58A; }
p { color: rgb(242,181,138); }
H1.HeaderClassName
{
color: #F2B58A;
}
.AnyTagClassName
{
color: #F2B58A;
}
</style>
background-color css
<style>
a { background-color: #F2B58A; }
a { background-color: rgb(242,181,138); }
div.DivClassName
{
background-color: #F2B58A;
}
.BgClassName
{
background-color: #F2B58A;
}
</style>
border-color css
<style>
span { border-color: #F2B58A; }
span { border-color: rgb(242,181,138); }
td.TdClassName
{
border-color: #F2B58A;
}
.TagClassName
{
border-color: #F2B58A;
}
</style>