Shades of Mandys Pink #FDB89E
Tints of Mandys Pink #FDB89E
RGB
CMYK
RGB Variations
Color information
#FDB89E (or 0xFDB89E) is known color: Mandys Pink. HEX triplet: FD, B8 and 9E. RGB value is (253,184,158). Sum of RGB (Red+Green+Blue) = 253+184+158=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB89E is #024761. Grayscale: #C9C9C9. Windows color (decimal): -149346 or 10402045. OLE color: 10402045.
HSL color Cylindrical-coordinate representation of color #FDB89E: hue angle of 16.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDB89E is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 158 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.01 |
| HSL | 16.42º | 0.96% | 0.81% | - |
| HSV(B) | 16.42º | 0.38% | 0.99% | - |
| XYZ | 63.82 | 57.63 | 40.11 | - |
| YUV | 201.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 158 | 0 | 0.27 | 0.38 | 0.01 | 16.42 | 0.96 | 0.81 |
| Hex | FD | B8 | 9E | 0 | 1B | 26 | 1 | 10 | 60 | 51 |
| Octal | 375 | 270 | 236 | 0 | 33 | 46 | 1 | 20 | 140 | 121 |
| Binary | 11111101 | 10111000 | 10011110 | 0 | 11011 | 100110 | 1 | 10000 | 1100000 | 1010001 |
Color Harmonies of #FDB89E
Complementary color
Monochromatic Colors of #FDB89E
Black with #FDB89E
Text Example
Text Example
White with #FDB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB89E; }
p { color: rgb(253,184,158); }
H1.HeaderClassName
{
color: #FDB89E;
}
.AnyTagClassName
{
color: #FDB89E;
}
</style>
background-color css
<style>
a { background-color: #FDB89E; }
a { background-color: rgb(253,184,158); }
div.DivClassName
{
background-color: #FDB89E;
}
.BgClassName
{
background-color: #FDB89E;
}
</style>
border-color css
<style>
span { border-color: #FDB89E; }
span { border-color: rgb(253,184,158); }
td.TdClassName
{
border-color: #FDB89E;
}
.TagClassName
{
border-color: #FDB89E;
}
</style>