Shades of Mandys Pink #FDB69F
Tints of Mandys Pink #FDB69F
RGB
CMYK
RGB Variations
Color information
#FDB69F (or 0xFDB69F) is known color: Mandys Pink. HEX triplet: FD, B6 and 9F. RGB value is (253,182,159). Sum of RGB (Red+Green+Blue) = 253+182+159=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB69F is #024960. Grayscale: #C8C8C8. Windows color (decimal): -149857 or 10467069. OLE color: 10467069.
HSL color Cylindrical-coordinate representation of color #FDB69F: hue angle of 14.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDB69F is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 159 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.01 |
| HSL | 14.68º | 0.96% | 0.81% | - |
| HSV(B) | 14.68º | 0.37% | 0.99% | - |
| XYZ | 63.49 | 56.84 | 40.43 | - |
| YUV | 200.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 159 | 0 | 0.28 | 0.37 | 0.01 | 14.68 | 0.96 | 0.81 |
| Hex | FD | B6 | 9F | 0 | 1C | 25 | 1 | F | 60 | 51 |
| Octal | 375 | 266 | 237 | 0 | 34 | 45 | 1 | 17 | 140 | 121 |
| Binary | 11111101 | 10110110 | 10011111 | 0 | 11100 | 100101 | 1 | 1111 | 1100000 | 1010001 |
Color Harmonies of #FDB69F
Complementary color
Monochromatic Colors of #FDB69F
Black with #FDB69F
Text Example
Text Example
White with #FDB69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB69F; }
p { color: rgb(253,182,159); }
H1.HeaderClassName
{
color: #FDB69F;
}
.AnyTagClassName
{
color: #FDB69F;
}
</style>
background-color css
<style>
a { background-color: #FDB69F; }
a { background-color: rgb(253,182,159); }
div.DivClassName
{
background-color: #FDB69F;
}
.BgClassName
{
background-color: #FDB69F;
}
</style>
border-color css
<style>
span { border-color: #FDB69F; }
span { border-color: rgb(253,182,159); }
td.TdClassName
{
border-color: #FDB69F;
}
.TagClassName
{
border-color: #FDB69F;
}
</style>