Shades of Mandys Pink #FDB398
Tints of Mandys Pink #FDB398
RGB
CMYK
RGB Variations
Color information
#FDB398 (or 0xFDB398) is known color: Mandys Pink. HEX triplet: FD, B3 and 98. RGB value is (253,179,152). Sum of RGB (Red+Green+Blue) = 253+179+152=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB398 is #024C67. Grayscale: #C6C6C6. Windows color (decimal): -150632 or 10007549. OLE color: 10007549.
HSL color Cylindrical-coordinate representation of color #FDB398: hue angle of 16.04º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDB398 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 152 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.01 |
| HSL | 16.04º | 0.96% | 0.79% | - |
| HSV(B) | 16.04º | 0.4% | 0.99% | - |
| XYZ | 62.3 | 55.39 | 37.11 | - |
| YUV | 198.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 152 | 0 | 0.29 | 0.40 | 0.01 | 16.04 | 0.96 | 0.79 |
| Hex | FD | B3 | 98 | 0 | 1D | 28 | 1 | 10 | 60 | 4F |
| Octal | 375 | 263 | 230 | 0 | 35 | 50 | 1 | 20 | 140 | 117 |
| Binary | 11111101 | 10110011 | 10011000 | 0 | 11101 | 101000 | 1 | 10000 | 1100000 | 1001111 |
Color Harmonies of #FDB398
Complementary color
Monochromatic Colors of #FDB398
Black with #FDB398
Text Example
Text Example
White with #FDB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB398; }
p { color: rgb(253,179,152); }
H1.HeaderClassName
{
color: #FDB398;
}
.AnyTagClassName
{
color: #FDB398;
}
</style>
background-color css
<style>
a { background-color: #FDB398; }
a { background-color: rgb(253,179,152); }
div.DivClassName
{
background-color: #FDB398;
}
.BgClassName
{
background-color: #FDB398;
}
</style>
border-color css
<style>
span { border-color: #FDB398; }
span { border-color: rgb(253,179,152); }
td.TdClassName
{
border-color: #FDB398;
}
.TagClassName
{
border-color: #FDB398;
}
</style>