Shades of Mandys Pink #F2B68C
Tints of Mandys Pink #F2B68C
RGB
CMYK
RGB Variations
Color information
#F2B68C (or 0xF2B68C) is known color: Mandys Pink. HEX triplet: F2, B6 and 8C. RGB value is (242,182,140). Sum of RGB (Red+Green+Blue) = 242+182+140=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B68C is #0D4973. Grayscale: #C3C3C3. Windows color (decimal): -870772 or 9221874. OLE color: 9221874.
HSL color Cylindrical-coordinate representation of color #F2B68C: hue angle of 24.71º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2B68C is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 140 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.05 |
| HSL | 24.71º | 0.8% | 0.75% | - |
| HSV(B) | 24.71º | 0.42% | 0.95% | - |
| XYZ | 58.08 | 54.23 | 32.22 | - |
| YUV | 195.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 140 | 0 | 0.25 | 0.42 | 0.05 | 24.71 | 0.8 | 0.75 |
| Hex | F2 | B6 | 8C | 0 | 19 | 2A | 5 | 19 | 50 | 4B |
| Octal | 362 | 266 | 214 | 0 | 31 | 52 | 5 | 31 | 120 | 113 |
| Binary | 11110010 | 10110110 | 10001100 | 0 | 11001 | 101010 | 101 | 11001 | 1010000 | 1001011 |
Color Harmonies of #F2B68C
Complementary color
Monochromatic Colors of #F2B68C
Black with #F2B68C
Text Example
Text Example
White with #F2B68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B68C; }
p { color: rgb(242,182,140); }
H1.HeaderClassName
{
color: #F2B68C;
}
.AnyTagClassName
{
color: #F2B68C;
}
</style>
background-color css
<style>
a { background-color: #F2B68C; }
a { background-color: rgb(242,182,140); }
div.DivClassName
{
background-color: #F2B68C;
}
.BgClassName
{
background-color: #F2B68C;
}
</style>
border-color css
<style>
span { border-color: #F2B68C; }
span { border-color: rgb(242,182,140); }
td.TdClassName
{
border-color: #F2B68C;
}
.TagClassName
{
border-color: #F2B68C;
}
</style>