Shades of Mandys Pink #F2B78C
Tints of Mandys Pink #F2B78C
RGB
CMYK
RGB Variations
Color information
#F2B78C (or 0xF2B78C) is known color: Mandys Pink. HEX triplet: F2, B7 and 8C. RGB value is (242,183,140). Sum of RGB (Red+Green+Blue) = 242+183+140=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B78C is #0D4873. Grayscale: #C3C3C3. Windows color (decimal): -870516 or 9222130. OLE color: 9222130.
HSL color Cylindrical-coordinate representation of color #F2B78C: hue angle of 25.29º 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 #F2B78C is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 140 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.05 |
| HSL | 25.29º | 0.8% | 0.75% | - |
| HSV(B) | 25.29º | 0.42% | 0.95% | - |
| XYZ | 58.29 | 54.64 | 32.29 | - |
| YUV | 195.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 140 | 0 | 0.24 | 0.42 | 0.05 | 25.29 | 0.8 | 0.75 |
| Hex | F2 | B7 | 8C | 0 | 18 | 2A | 5 | 19 | 50 | 4B |
| Octal | 362 | 267 | 214 | 0 | 30 | 52 | 5 | 31 | 120 | 113 |
| Binary | 11110010 | 10110111 | 10001100 | 0 | 11000 | 101010 | 101 | 11001 | 1010000 | 1001011 |
Color Harmonies of #F2B78C
Complementary color
Monochromatic Colors of #F2B78C
Black with #F2B78C
Text Example
Text Example
White with #F2B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B78C; }
p { color: rgb(242,183,140); }
H1.HeaderClassName
{
color: #F2B78C;
}
.AnyTagClassName
{
color: #F2B78C;
}
</style>
background-color css
<style>
a { background-color: #F2B78C; }
a { background-color: rgb(242,183,140); }
div.DivClassName
{
background-color: #F2B78C;
}
.BgClassName
{
background-color: #F2B78C;
}
</style>
border-color css
<style>
span { border-color: #F2B78C; }
span { border-color: rgb(242,183,140); }
td.TdClassName
{
border-color: #F2B78C;
}
.TagClassName
{
border-color: #F2B78C;
}
</style>