Shades of Mandys Pink #FDB497
Tints of Mandys Pink #FDB497
RGB
CMYK
RGB Variations
Color information
#FDB497 (or 0xFDB497) is known color: Mandys Pink. HEX triplet: FD, B4 and 97. RGB value is (253,180,151). Sum of RGB (Red+Green+Blue) = 253+180+151=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB497 is #024B68. Grayscale: #C6C6C6. Windows color (decimal): -150377 or 9942269. OLE color: 9942269.
HSL color Cylindrical-coordinate representation of color #FDB497: hue angle of 17.06º 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 #FDB497 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 151 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.01 |
| HSL | 17.06º | 0.96% | 0.79% | - |
| HSV(B) | 17.06º | 0.4% | 0.99% | - |
| XYZ | 62.42 | 55.76 | 36.75 | - |
| YUV | 198.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 151 | 0 | 0.29 | 0.40 | 0.01 | 17.06 | 0.96 | 0.79 |
| Hex | FD | B4 | 97 | 0 | 1D | 28 | 1 | 11 | 60 | 4F |
| Octal | 375 | 264 | 227 | 0 | 35 | 50 | 1 | 21 | 140 | 117 |
| Binary | 11111101 | 10110100 | 10010111 | 0 | 11101 | 101000 | 1 | 10001 | 1100000 | 1001111 |
Color Harmonies of #FDB497
Complementary color
Monochromatic Colors of #FDB497
Black with #FDB497
Text Example
Text Example
White with #FDB497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB497; }
p { color: rgb(253,180,151); }
H1.HeaderClassName
{
color: #FDB497;
}
.AnyTagClassName
{
color: #FDB497;
}
</style>
background-color css
<style>
a { background-color: #FDB497; }
a { background-color: rgb(253,180,151); }
div.DivClassName
{
background-color: #FDB497;
}
.BgClassName
{
background-color: #FDB497;
}
</style>
border-color css
<style>
span { border-color: #FDB497; }
span { border-color: rgb(253,180,151); }
td.TdClassName
{
border-color: #FDB497;
}
.TagClassName
{
border-color: #FDB497;
}
</style>