Shades of Mandys Pink #FDB291
Tints of Mandys Pink #FDB291
RGB
CMYK
RGB Variations
Color information
#FDB291 (or 0xFDB291) is known color: Mandys Pink. HEX triplet: FD, B2 and 91. RGB value is (253,178,145). Sum of RGB (Red+Green+Blue) = 253+178+145=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 145 (57.03% from 255 or 25.17% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB291 is #024D6E. Grayscale: #C4C4C4. Windows color (decimal): -150895 or 9548541. OLE color: 9548541.
HSL color Cylindrical-coordinate representation of color #FDB291: hue angle of 18.33º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDB291 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 145 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.01 |
| HSL | 18.33º | 0.96% | 0.78% | - |
| HSV(B) | 18.33º | 0.43% | 0.99% | - |
| XYZ | 61.54 | 54.77 | 34.12 | - |
| YUV | 196.66 | 98.85 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 145 | 0 | 0.30 | 0.43 | 0.01 | 18.33 | 0.96 | 0.78 |
| Hex | FD | B2 | 91 | 0 | 1E | 2B | 1 | 12 | 60 | 4E |
| Octal | 375 | 262 | 221 | 0 | 36 | 53 | 1 | 22 | 140 | 116 |
| Binary | 11111101 | 10110010 | 10010001 | 0 | 11110 | 101011 | 1 | 10010 | 1100000 | 1001110 |
Color Harmonies of #FDB291
Complementary color
Monochromatic Colors of #FDB291
Black with #FDB291
Text Example
Text Example
White with #FDB291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB291; }
p { color: rgb(253,178,145); }
H1.HeaderClassName
{
color: #FDB291;
}
.AnyTagClassName
{
color: #FDB291;
}
</style>
background-color css
<style>
a { background-color: #FDB291; }
a { background-color: rgb(253,178,145); }
div.DivClassName
{
background-color: #FDB291;
}
.BgClassName
{
background-color: #FDB291;
}
</style>
border-color css
<style>
span { border-color: #FDB291; }
span { border-color: rgb(253,178,145); }
td.TdClassName
{
border-color: #FDB291;
}
.TagClassName
{
border-color: #FDB291;
}
</style>