Shades of Mandys Pink #F4BB8C
Tints of Mandys Pink #F4BB8C
RGB
CMYK
RGB Variations
Color information
#F4BB8C (or 0xF4BB8C) is known color: Mandys Pink. HEX triplet: F4, BB and 8C. RGB value is (244,187,140). Sum of RGB (Red+Green+Blue) = 244+187+140=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BB8C is #0B4473. Grayscale: #C6C6C6. Windows color (decimal): -738420 or 9223156. OLE color: 9223156.
HSL color Cylindrical-coordinate representation of color #F4BB8C: hue angle of 27.12º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4BB8C is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 140 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.04 |
| HSL | 27.12º | 0.83% | 0.75% | - |
| HSV(B) | 27.12º | 0.43% | 0.96% | - |
| XYZ | 59.81 | 56.67 | 32.6 | - |
| YUV | 198.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 140 | 0 | 0.23 | 0.43 | 0.04 | 27.12 | 0.83 | 0.75 |
| Hex | F4 | BB | 8C | 0 | 17 | 2B | 4 | 1B | 53 | 4B |
| Octal | 364 | 273 | 214 | 0 | 27 | 53 | 4 | 33 | 123 | 113 |
| Binary | 11110100 | 10111011 | 10001100 | 0 | 10111 | 101011 | 100 | 11011 | 1010011 | 1001011 |
Color Harmonies of #F4BB8C
Complementary color
Monochromatic Colors of #F4BB8C
Black with #F4BB8C
Text Example
Text Example
White with #F4BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BB8C; }
p { color: rgb(244,187,140); }
H1.HeaderClassName
{
color: #F4BB8C;
}
.AnyTagClassName
{
color: #F4BB8C;
}
</style>
background-color css
<style>
a { background-color: #F4BB8C; }
a { background-color: rgb(244,187,140); }
div.DivClassName
{
background-color: #F4BB8C;
}
.BgClassName
{
background-color: #F4BB8C;
}
</style>
border-color css
<style>
span { border-color: #F4BB8C; }
span { border-color: rgb(244,187,140); }
td.TdClassName
{
border-color: #F4BB8C;
}
.TagClassName
{
border-color: #F4BB8C;
}
</style>