Shades of Mandys Pink #F9BDA4
Tints of Mandys Pink #F9BDA4
RGB
CMYK
RGB Variations
Color information
#F9BDA4 (or 0xF9BDA4) is known color: Mandys Pink. HEX triplet: F9, BD and A4. RGB value is (249,189,164). Sum of RGB (Red+Green+Blue) = 249+189+164=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BDA4 is #06425B. Grayscale: #CCCCCC. Windows color (decimal): -410204 or 10796537. OLE color: 10796537.
HSL color Cylindrical-coordinate representation of color #F9BDA4: hue angle of 17.65º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9BDA4 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 164 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.02 |
| HSL | 17.65º | 0.88% | 0.81% | - |
| HSV(B) | 17.65º | 0.34% | 0.98% | - |
| XYZ | 63.97 | 59.22 | 43.18 | - |
| YUV | 204.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 164 | 0 | 0.24 | 0.34 | 0.02 | 17.65 | 0.88 | 0.81 |
| Hex | F9 | BD | A4 | 0 | 18 | 22 | 2 | 12 | 58 | 51 |
| Octal | 371 | 275 | 244 | 0 | 30 | 42 | 2 | 22 | 130 | 121 |
| Binary | 11111001 | 10111101 | 10100100 | 0 | 11000 | 100010 | 10 | 10010 | 1011000 | 1010001 |
Color Harmonies of #F9BDA4
Complementary color
Monochromatic Colors of #F9BDA4
Black with #F9BDA4
Text Example
Text Example
White with #F9BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDA4; }
p { color: rgb(249,189,164); }
H1.HeaderClassName
{
color: #F9BDA4;
}
.AnyTagClassName
{
color: #F9BDA4;
}
</style>
background-color css
<style>
a { background-color: #F9BDA4; }
a { background-color: rgb(249,189,164); }
div.DivClassName
{
background-color: #F9BDA4;
}
.BgClassName
{
background-color: #F9BDA4;
}
</style>
border-color css
<style>
span { border-color: #F9BDA4; }
span { border-color: rgb(249,189,164); }
td.TdClassName
{
border-color: #F9BDA4;
}
.TagClassName
{
border-color: #F9BDA4;
}
</style>