Shades of Mandys Pink #FDB296
Tints of Mandys Pink #FDB296
RGB
CMYK
RGB Variations
Color information
#FDB296 (or 0xFDB296) is known color: Mandys Pink. HEX triplet: FD, B2 and 96. RGB value is (253,178,150). Sum of RGB (Red+Green+Blue) = 253+178+150=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB296 is #024D69. Grayscale: #C5C5C5. Windows color (decimal): -150890 or 9876221. OLE color: 9876221.
HSL color Cylindrical-coordinate representation of color #FDB296: hue angle of 16.31º 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 #FDB296 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 150 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.01 |
| HSL | 16.31º | 0.96% | 0.79% | - |
| HSV(B) | 16.31º | 0.41% | 0.99% | - |
| XYZ | 61.93 | 54.93 | 36.19 | - |
| YUV | 197.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 150 | 0 | 0.30 | 0.41 | 0.01 | 16.31 | 0.96 | 0.79 |
| Hex | FD | B2 | 96 | 0 | 1E | 29 | 1 | 10 | 60 | 4F |
| Octal | 375 | 262 | 226 | 0 | 36 | 51 | 1 | 20 | 140 | 117 |
| Binary | 11111101 | 10110010 | 10010110 | 0 | 11110 | 101001 | 1 | 10000 | 1100000 | 1001111 |
Color Harmonies of #FDB296
Complementary color
Monochromatic Colors of #FDB296
Black with #FDB296
Text Example
Text Example
White with #FDB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB296; }
p { color: rgb(253,178,150); }
H1.HeaderClassName
{
color: #FDB296;
}
.AnyTagClassName
{
color: #FDB296;
}
</style>
background-color css
<style>
a { background-color: #FDB296; }
a { background-color: rgb(253,178,150); }
div.DivClassName
{
background-color: #FDB296;
}
.BgClassName
{
background-color: #FDB296;
}
</style>
border-color css
<style>
span { border-color: #FDB296; }
span { border-color: rgb(253,178,150); }
td.TdClassName
{
border-color: #FDB296;
}
.TagClassName
{
border-color: #FDB296;
}
</style>