Shades of Mandys Pink #F4BD94
Tints of Mandys Pink #F4BD94
RGB
CMYK
RGB Variations
Color information
#F4BD94 (or 0xF4BD94) is known color: Mandys Pink. HEX triplet: F4, BD and 94. RGB value is (244,189,148). Sum of RGB (Red+Green+Blue) = 244+189+148=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BD94 is #0B426B. Grayscale: #C8C8C8. Windows color (decimal): -737900 or 9747956. OLE color: 9747956.
HSL color Cylindrical-coordinate representation of color #F4BD94: hue angle of 25.62º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4BD94 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 148 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.04 |
| HSL | 25.63º | 0.81% | 0.77% | - |
| HSV(B) | 25.63º | 0.39% | 0.96% | - |
| XYZ | 60.85 | 57.77 | 35.96 | - |
| YUV | 200.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 148 | 0 | 0.23 | 0.39 | 0.04 | 25.63 | 0.81 | 0.77 |
| Hex | F4 | BD | 94 | 0 | 17 | 27 | 4 | 1A | 51 | 4D |
| Octal | 364 | 275 | 224 | 0 | 27 | 47 | 4 | 32 | 121 | 115 |
| Binary | 11110100 | 10111101 | 10010100 | 0 | 10111 | 100111 | 100 | 11010 | 1010001 | 1001101 |
Color Harmonies of #F4BD94
Complementary color
Monochromatic Colors of #F4BD94
Black with #F4BD94
Text Example
Text Example
White with #F4BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD94; }
p { color: rgb(244,189,148); }
H1.HeaderClassName
{
color: #F4BD94;
}
.AnyTagClassName
{
color: #F4BD94;
}
</style>
background-color css
<style>
a { background-color: #F4BD94; }
a { background-color: rgb(244,189,148); }
div.DivClassName
{
background-color: #F4BD94;
}
.BgClassName
{
background-color: #F4BD94;
}
</style>
border-color css
<style>
span { border-color: #F4BD94; }
span { border-color: rgb(244,189,148); }
td.TdClassName
{
border-color: #F4BD94;
}
.TagClassName
{
border-color: #F4BD94;
}
</style>