Shades of Mandys Pink #F4BD92
Tints of Mandys Pink #F4BD92
RGB
CMYK
RGB Variations
Color information
#F4BD92 (or 0xF4BD92) is known color: Mandys Pink. HEX triplet: F4, BD and 92. RGB value is (244,189,146). Sum of RGB (Red+Green+Blue) = 244+189+146=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BD92 is #0B426D. Grayscale: #C8C8C8. Windows color (decimal): -737902 or 9616884. OLE color: 9616884.
HSL color Cylindrical-coordinate representation of color #F4BD92: hue angle of 26.33º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F4BD92 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 146 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.04 |
| HSL | 26.33º | 0.82% | 0.76% | - |
| HSV(B) | 26.33º | 0.4% | 0.96% | - |
| XYZ | 60.69 | 57.7 | 35.13 | - |
| YUV | 200.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 146 | 0 | 0.23 | 0.40 | 0.04 | 26.33 | 0.82 | 0.76 |
| Hex | F4 | BD | 92 | 0 | 17 | 28 | 4 | 1A | 52 | 4C |
| Octal | 364 | 275 | 222 | 0 | 27 | 50 | 4 | 32 | 122 | 114 |
| Binary | 11110100 | 10111101 | 10010010 | 0 | 10111 | 101000 | 100 | 11010 | 1010010 | 1001100 |
Color Harmonies of #F4BD92
Complementary color
Monochromatic Colors of #F4BD92
Black with #F4BD92
Text Example
Text Example
White with #F4BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD92; }
p { color: rgb(244,189,146); }
H1.HeaderClassName
{
color: #F4BD92;
}
.AnyTagClassName
{
color: #F4BD92;
}
</style>
background-color css
<style>
a { background-color: #F4BD92; }
a { background-color: rgb(244,189,146); }
div.DivClassName
{
background-color: #F4BD92;
}
.BgClassName
{
background-color: #F4BD92;
}
</style>
border-color css
<style>
span { border-color: #F4BD92; }
span { border-color: rgb(244,189,146); }
td.TdClassName
{
border-color: #F4BD92;
}
.TagClassName
{
border-color: #F4BD92;
}
</style>