Shades of Mandys Pink #FDB08F
Tints of Mandys Pink #FDB08F
RGB
CMYK
RGB Variations
Color information
#FDB08F (or 0xFDB08F) is known color: Mandys Pink. HEX triplet: FD, B0 and 8F. RGB value is (253,176,143). Sum of RGB (Red+Green+Blue) = 253+176+143=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB08F is #024F70. Grayscale: #C3C3C3. Windows color (decimal): -151409 or 9416957. OLE color: 9416957.
HSL color Cylindrical-coordinate representation of color #FDB08F: hue angle of 18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDB08F is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 143 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.01 |
| HSL | 18º | 0.96% | 0.78% | - |
| HSV(B) | 18º | 0.43% | 0.99% | - |
| XYZ | 60.99 | 53.92 | 33.18 | - |
| YUV | 195.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 143 | 0 | 0.30 | 0.43 | 0.01 | 18 | 0.96 | 0.78 |
| Hex | FD | B0 | 8F | 0 | 1E | 2B | 1 | 12 | 60 | 4E |
| Octal | 375 | 260 | 217 | 0 | 36 | 53 | 1 | 22 | 140 | 116 |
| Binary | 11111101 | 10110000 | 10001111 | 0 | 11110 | 101011 | 1 | 10010 | 1100000 | 1001110 |
Color Harmonies of #FDB08F
Complementary color
Monochromatic Colors of #FDB08F
Black with #FDB08F
Text Example
Text Example
White with #FDB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB08F; }
p { color: rgb(253,176,143); }
H1.HeaderClassName
{
color: #FDB08F;
}
.AnyTagClassName
{
color: #FDB08F;
}
</style>
background-color css
<style>
a { background-color: #FDB08F; }
a { background-color: rgb(253,176,143); }
div.DivClassName
{
background-color: #FDB08F;
}
.BgClassName
{
background-color: #FDB08F;
}
</style>
border-color css
<style>
span { border-color: #FDB08F; }
span { border-color: rgb(253,176,143); }
td.TdClassName
{
border-color: #FDB08F;
}
.TagClassName
{
border-color: #FDB08F;
}
</style>