Shades of Mandys Pink #FDB69A
Tints of Mandys Pink #FDB69A
RGB
CMYK
RGB Variations
Color information
#FDB69A (or 0xFDB69A) is known color: Mandys Pink. HEX triplet: FD, B6 and 9A. RGB value is (253,182,154). Sum of RGB (Red+Green+Blue) = 253+182+154=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB69A is #024965. Grayscale: #C8C8C8. Windows color (decimal): -149862 or 10139389. OLE color: 10139389.
HSL color Cylindrical-coordinate representation of color #FDB69A: hue angle of 16.97º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDB69A is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 154 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.01 |
| HSL | 16.97º | 0.96% | 0.8% | - |
| HSV(B) | 16.97º | 0.39% | 0.99% | - |
| XYZ | 63.07 | 56.67 | 38.19 | - |
| YUV | 200.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 154 | 0 | 0.28 | 0.39 | 0.01 | 16.97 | 0.96 | 0.8 |
| Hex | FD | B6 | 9A | 0 | 1C | 27 | 1 | 11 | 60 | 50 |
| Octal | 375 | 266 | 232 | 0 | 34 | 47 | 1 | 21 | 140 | 120 |
| Binary | 11111101 | 10110110 | 10011010 | 0 | 11100 | 100111 | 1 | 10001 | 1100000 | 1010000 |
Color Harmonies of #FDB69A
Complementary color
Monochromatic Colors of #FDB69A
Black with #FDB69A
Text Example
Text Example
White with #FDB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB69A; }
p { color: rgb(253,182,154); }
H1.HeaderClassName
{
color: #FDB69A;
}
.AnyTagClassName
{
color: #FDB69A;
}
</style>
background-color css
<style>
a { background-color: #FDB69A; }
a { background-color: rgb(253,182,154); }
div.DivClassName
{
background-color: #FDB69A;
}
.BgClassName
{
background-color: #FDB69A;
}
</style>
border-color css
<style>
span { border-color: #FDB69A; }
span { border-color: rgb(253,182,154); }
td.TdClassName
{
border-color: #FDB69A;
}
.TagClassName
{
border-color: #FDB69A;
}
</style>