Shades of Mandys Pink #FDB08E
Tints of Mandys Pink #FDB08E
RGB
CMYK
RGB Variations
Color information
#FDB08E (or 0xFDB08E) is known color: Mandys Pink. HEX triplet: FD, B0 and 8E. RGB value is (253,176,142). Sum of RGB (Red+Green+Blue) = 253+176+142=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB08E is #024F71. Grayscale: #C3C3C3. Windows color (decimal): -151410 or 9351421. OLE color: 9351421.
HSL color Cylindrical-coordinate representation of color #FDB08E: hue angle of 18.38º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDB08E is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 142 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.01 |
| HSL | 18.38º | 0.97% | 0.77% | - |
| HSV(B) | 18.38º | 0.44% | 0.99% | - |
| XYZ | 60.92 | 53.89 | 32.78 | - |
| YUV | 195.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 142 | 0 | 0.30 | 0.44 | 0.01 | 18.38 | 0.97 | 0.77 |
| Hex | FD | B0 | 8E | 0 | 1E | 2C | 1 | 12 | 61 | 4D |
| Octal | 375 | 260 | 216 | 0 | 36 | 54 | 1 | 22 | 141 | 115 |
| Binary | 11111101 | 10110000 | 10001110 | 0 | 11110 | 101100 | 1 | 10010 | 1100001 | 1001101 |
Color Harmonies of #FDB08E
Complementary color
Monochromatic Colors of #FDB08E
Black with #FDB08E
Text Example
Text Example
White with #FDB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB08E; }
p { color: rgb(253,176,142); }
H1.HeaderClassName
{
color: #FDB08E;
}
.AnyTagClassName
{
color: #FDB08E;
}
</style>
background-color css
<style>
a { background-color: #FDB08E; }
a { background-color: rgb(253,176,142); }
div.DivClassName
{
background-color: #FDB08E;
}
.BgClassName
{
background-color: #FDB08E;
}
</style>
border-color css
<style>
span { border-color: #FDB08E; }
span { border-color: rgb(253,176,142); }
td.TdClassName
{
border-color: #FDB08E;
}
.TagClassName
{
border-color: #FDB08E;
}
</style>