Shades of Mandys Pink #FDB794
Tints of Mandys Pink #FDB794
RGB
CMYK
RGB Variations
Color information
#FDB794 (or 0xFDB794) is known color: Mandys Pink. HEX triplet: FD, B7 and 94. RGB value is (253,183,148). Sum of RGB (Red+Green+Blue) = 253+183+148=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB794 is #02486B. Grayscale: #C8C8C8. Windows color (decimal): -149612 or 9746429. OLE color: 9746429.
HSL color Cylindrical-coordinate representation of color #FDB794: hue angle of 20º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDB794 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 148 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.01 |
| HSL | 20º | 0.96% | 0.79% | - |
| HSV(B) | 20º | 0.42% | 0.99% | - |
| XYZ | 62.79 | 56.89 | 35.69 | - |
| YUV | 199.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 148 | 0 | 0.28 | 0.42 | 0.01 | 20 | 0.96 | 0.79 |
| Hex | FD | B7 | 94 | 0 | 1C | 2A | 1 | 14 | 60 | 4F |
| Octal | 375 | 267 | 224 | 0 | 34 | 52 | 1 | 24 | 140 | 117 |
| Binary | 11111101 | 10110111 | 10010100 | 0 | 11100 | 101010 | 1 | 10100 | 1100000 | 1001111 |
Color Harmonies of #FDB794
Complementary color
Monochromatic Colors of #FDB794
Black with #FDB794
Text Example
Text Example
White with #FDB794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB794; }
p { color: rgb(253,183,148); }
H1.HeaderClassName
{
color: #FDB794;
}
.AnyTagClassName
{
color: #FDB794;
}
</style>
background-color css
<style>
a { background-color: #FDB794; }
a { background-color: rgb(253,183,148); }
div.DivClassName
{
background-color: #FDB794;
}
.BgClassName
{
background-color: #FDB794;
}
</style>
border-color css
<style>
span { border-color: #FDB794; }
span { border-color: rgb(253,183,148); }
td.TdClassName
{
border-color: #FDB794;
}
.TagClassName
{
border-color: #FDB794;
}
</style>