Shades of Mandys Pink #FDBA99
Tints of Mandys Pink #FDBA99
RGB
CMYK
RGB Variations
Color information
#FDBA99 (or 0xFDBA99) is known color: Mandys Pink. HEX triplet: FD, BA and 99. RGB value is (253,186,153). Sum of RGB (Red+Green+Blue) = 253+186+153=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA99 is #024566. Grayscale: #CACACA. Windows color (decimal): -148839 or 10074877. OLE color: 10074877.
HSL color Cylindrical-coordinate representation of color #FDBA99: hue angle of 19.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDBA99 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 153 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.01 |
| HSL | 19.8º | 0.96% | 0.8% | - |
| HSV(B) | 19.8º | 0.4% | 0.99% | - |
| XYZ | 63.82 | 58.3 | 38.03 | - |
| YUV | 202.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 153 | 0 | 0.26 | 0.40 | 0.01 | 19.8 | 0.96 | 0.8 |
| Hex | FD | BA | 99 | 0 | 1A | 28 | 1 | 14 | 60 | 50 |
| Octal | 375 | 272 | 231 | 0 | 32 | 50 | 1 | 24 | 140 | 120 |
| Binary | 11111101 | 10111010 | 10011001 | 0 | 11010 | 101000 | 1 | 10100 | 1100000 | 1010000 |
Color Harmonies of #FDBA99
Complementary color
Monochromatic Colors of #FDBA99
Black with #FDBA99
Text Example
Text Example
White with #FDBA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA99; }
p { color: rgb(253,186,153); }
H1.HeaderClassName
{
color: #FDBA99;
}
.AnyTagClassName
{
color: #FDBA99;
}
</style>
background-color css
<style>
a { background-color: #FDBA99; }
a { background-color: rgb(253,186,153); }
div.DivClassName
{
background-color: #FDBA99;
}
.BgClassName
{
background-color: #FDBA99;
}
</style>
border-color css
<style>
span { border-color: #FDBA99; }
span { border-color: rgb(253,186,153); }
td.TdClassName
{
border-color: #FDBA99;
}
.TagClassName
{
border-color: #FDBA99;
}
</style>