Shades of Mandys Pink #FDB69D
Tints of Mandys Pink #FDB69D
RGB
CMYK
RGB Variations
Color information
#FDB69D (or 0xFDB69D) is known color: Mandys Pink. HEX triplet: FD, B6 and 9D. RGB value is (253,182,157). Sum of RGB (Red+Green+Blue) = 253+182+157=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB69D is #024962. Grayscale: #C8C8C8. Windows color (decimal): -149859 or 10335997. OLE color: 10335997.
HSL color Cylindrical-coordinate representation of color #FDB69D: hue angle of 15.62º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDB69D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 157 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.01 |
| HSL | 15.63º | 0.96% | 0.8% | - |
| HSV(B) | 15.63º | 0.38% | 0.99% | - |
| XYZ | 63.32 | 56.77 | 39.52 | - |
| YUV | 200.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 157 | 0 | 0.28 | 0.38 | 0.01 | 15.63 | 0.96 | 0.8 |
| Hex | FD | B6 | 9D | 0 | 1C | 26 | 1 | 10 | 60 | 50 |
| Octal | 375 | 266 | 235 | 0 | 34 | 46 | 1 | 20 | 140 | 120 |
| Binary | 11111101 | 10110110 | 10011101 | 0 | 11100 | 100110 | 1 | 10000 | 1100000 | 1010000 |
Color Harmonies of #FDB69D
Complementary color
Monochromatic Colors of #FDB69D
Black with #FDB69D
Text Example
Text Example
White with #FDB69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB69D; }
p { color: rgb(253,182,157); }
H1.HeaderClassName
{
color: #FDB69D;
}
.AnyTagClassName
{
color: #FDB69D;
}
</style>
background-color css
<style>
a { background-color: #FDB69D; }
a { background-color: rgb(253,182,157); }
div.DivClassName
{
background-color: #FDB69D;
}
.BgClassName
{
background-color: #FDB69D;
}
</style>
border-color css
<style>
span { border-color: #FDB69D; }
span { border-color: rgb(253,182,157); }
td.TdClassName
{
border-color: #FDB69D;
}
.TagClassName
{
border-color: #FDB69D;
}
</style>