Shades of Mandys Pink #FDB898
Tints of Mandys Pink #FDB898
RGB
CMYK
RGB Variations
Color information
#FDB898 (or 0xFDB898) is known color: Mandys Pink. HEX triplet: FD, B8 and 98. RGB value is (253,184,152). Sum of RGB (Red+Green+Blue) = 253+184+152=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB898 is #024767. Grayscale: #C9C9C9. Windows color (decimal): -149352 or 10008829. OLE color: 10008829.
HSL color Cylindrical-coordinate representation of color #FDB898: hue angle of 19.01º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDB898 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 152 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.01 |
| HSL | 19.01º | 0.96% | 0.79% | - |
| HSV(B) | 19.01º | 0.4% | 0.99% | - |
| XYZ | 63.32 | 57.43 | 37.45 | - |
| YUV | 200.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 152 | 0 | 0.27 | 0.40 | 0.01 | 19.01 | 0.96 | 0.79 |
| Hex | FD | B8 | 98 | 0 | 1B | 28 | 1 | 13 | 60 | 4F |
| Octal | 375 | 270 | 230 | 0 | 33 | 50 | 1 | 23 | 140 | 117 |
| Binary | 11111101 | 10111000 | 10011000 | 0 | 11011 | 101000 | 1 | 10011 | 1100000 | 1001111 |
Color Harmonies of #FDB898
Complementary color
Monochromatic Colors of #FDB898
Black with #FDB898
Text Example
Text Example
White with #FDB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB898; }
p { color: rgb(253,184,152); }
H1.HeaderClassName
{
color: #FDB898;
}
.AnyTagClassName
{
color: #FDB898;
}
</style>
background-color css
<style>
a { background-color: #FDB898; }
a { background-color: rgb(253,184,152); }
div.DivClassName
{
background-color: #FDB898;
}
.BgClassName
{
background-color: #FDB898;
}
</style>
border-color css
<style>
span { border-color: #FDB898; }
span { border-color: rgb(253,184,152); }
td.TdClassName
{
border-color: #FDB898;
}
.TagClassName
{
border-color: #FDB898;
}
</style>