Shades of Mandys Pink #FDB08A
Tints of Mandys Pink #FDB08A
RGB
CMYK
RGB Variations
Color information
#FDB08A (or 0xFDB08A) is known color: Mandys Pink. HEX triplet: FD, B0 and 8A. RGB value is (253,176,138). Sum of RGB (Red+Green+Blue) = 253+176+138=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB08A is #024F75. Grayscale: #C2C2C2. Windows color (decimal): -151414 or 9089277. OLE color: 9089277.
HSL color Cylindrical-coordinate representation of color #FDB08A: hue angle of 19.83º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDB08A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 138 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.01 |
| HSL | 19.83º | 0.97% | 0.77% | - |
| HSV(B) | 19.83º | 0.45% | 0.99% | - |
| XYZ | 60.62 | 53.77 | 31.23 | - |
| YUV | 194.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 138 | 0 | 0.30 | 0.45 | 0.01 | 19.83 | 0.97 | 0.77 |
| Hex | FD | B0 | 8A | 0 | 1E | 2D | 1 | 14 | 61 | 4D |
| Octal | 375 | 260 | 212 | 0 | 36 | 55 | 1 | 24 | 141 | 115 |
| Binary | 11111101 | 10110000 | 10001010 | 0 | 11110 | 101101 | 1 | 10100 | 1100001 | 1001101 |
Color Harmonies of #FDB08A
Complementary color
Monochromatic Colors of #FDB08A
Black with #FDB08A
Text Example
Text Example
White with #FDB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB08A; }
p { color: rgb(253,176,138); }
H1.HeaderClassName
{
color: #FDB08A;
}
.AnyTagClassName
{
color: #FDB08A;
}
</style>
background-color css
<style>
a { background-color: #FDB08A; }
a { background-color: rgb(253,176,138); }
div.DivClassName
{
background-color: #FDB08A;
}
.BgClassName
{
background-color: #FDB08A;
}
</style>
border-color css
<style>
span { border-color: #FDB08A; }
span { border-color: rgb(253,176,138); }
td.TdClassName
{
border-color: #FDB08A;
}
.TagClassName
{
border-color: #FDB08A;
}
</style>