Shades of Mandys Pink #FDB695
Tints of Mandys Pink #FDB695
RGB
CMYK
RGB Variations
Color information
#FDB695 (or 0xFDB695) is known color: Mandys Pink. HEX triplet: FD, B6 and 95. RGB value is (253,182,149). Sum of RGB (Red+Green+Blue) = 253+182+149=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB695 is #02496A. Grayscale: #C7C7C7. Windows color (decimal): -149867 or 9811709. OLE color: 9811709.
HSL color Cylindrical-coordinate representation of color #FDB695: hue angle of 19.04º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDB695 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 149 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.01 |
| HSL | 19.04º | 0.96% | 0.79% | - |
| HSV(B) | 19.04º | 0.41% | 0.99% | - |
| XYZ | 62.66 | 56.51 | 36.04 | - |
| YUV | 199.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 149 | 0 | 0.28 | 0.41 | 0.01 | 19.04 | 0.96 | 0.79 |
| Hex | FD | B6 | 95 | 0 | 1C | 29 | 1 | 13 | 60 | 4F |
| Octal | 375 | 266 | 225 | 0 | 34 | 51 | 1 | 23 | 140 | 117 |
| Binary | 11111101 | 10110110 | 10010101 | 0 | 11100 | 101001 | 1 | 10011 | 1100000 | 1001111 |
Color Harmonies of #FDB695
Complementary color
Monochromatic Colors of #FDB695
Black with #FDB695
Text Example
Text Example
White with #FDB695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB695; }
p { color: rgb(253,182,149); }
H1.HeaderClassName
{
color: #FDB695;
}
.AnyTagClassName
{
color: #FDB695;
}
</style>
background-color css
<style>
a { background-color: #FDB695; }
a { background-color: rgb(253,182,149); }
div.DivClassName
{
background-color: #FDB695;
}
.BgClassName
{
background-color: #FDB695;
}
</style>
border-color css
<style>
span { border-color: #FDB695; }
span { border-color: rgb(253,182,149); }
td.TdClassName
{
border-color: #FDB695;
}
.TagClassName
{
border-color: #FDB695;
}
</style>