Shades of Mandys Pink #F9BD8D
Tints of Mandys Pink #F9BD8D
RGB
CMYK
RGB Variations
Color information
#F9BD8D (or 0xF9BD8D) is known color: Mandys Pink. HEX triplet: F9, BD and 8D. RGB value is (249,189,141). Sum of RGB (Red+Green+Blue) = 249+189+141=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BD8D is #064272. Grayscale: #C9C9C9. Windows color (decimal): -410227 or 9289209. OLE color: 9289209.
HSL color Cylindrical-coordinate representation of color #F9BD8D: hue angle of 26.67º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9BD8D is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 141 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.02 |
| HSL | 26.67º | 0.9% | 0.76% | - |
| HSV(B) | 26.67º | 0.43% | 0.98% | - |
| XYZ | 62.07 | 58.46 | 33.21 | - |
| YUV | 201.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 141 | 0 | 0.24 | 0.43 | 0.02 | 26.67 | 0.9 | 0.76 |
| Hex | F9 | BD | 8D | 0 | 18 | 2B | 2 | 1B | 5A | 4C |
| Octal | 371 | 275 | 215 | 0 | 30 | 53 | 2 | 33 | 132 | 114 |
| Binary | 11111001 | 10111101 | 10001101 | 0 | 11000 | 101011 | 10 | 11011 | 1011010 | 1001100 |
Color Harmonies of #F9BD8D
Complementary color
Monochromatic Colors of #F9BD8D
Black with #F9BD8D
Text Example
Text Example
White with #F9BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BD8D; }
p { color: rgb(249,189,141); }
H1.HeaderClassName
{
color: #F9BD8D;
}
.AnyTagClassName
{
color: #F9BD8D;
}
</style>
background-color css
<style>
a { background-color: #F9BD8D; }
a { background-color: rgb(249,189,141); }
div.DivClassName
{
background-color: #F9BD8D;
}
.BgClassName
{
background-color: #F9BD8D;
}
</style>
border-color css
<style>
span { border-color: #F9BD8D; }
span { border-color: rgb(249,189,141); }
td.TdClassName
{
border-color: #F9BD8D;
}
.TagClassName
{
border-color: #F9BD8D;
}
</style>