Shades of Mandys Pink #FDB294
Tints of Mandys Pink #FDB294
RGB
CMYK
RGB Variations
Color information
#FDB294 (or 0xFDB294) is known color: Mandys Pink. HEX triplet: FD, B2 and 94. RGB value is (253,178,148). Sum of RGB (Red+Green+Blue) = 253+178+148=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB294 is #024D6B. Grayscale: #C5C5C5. Windows color (decimal): -150892 or 9745149. OLE color: 9745149.
HSL color Cylindrical-coordinate representation of color #FDB294: hue angle of 17.14º 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 #FDB294 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 148 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.01 |
| HSL | 17.14º | 0.96% | 0.79% | - |
| HSV(B) | 17.14º | 0.42% | 0.99% | - |
| XYZ | 61.77 | 54.86 | 35.35 | - |
| YUV | 197.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 148 | 0 | 0.30 | 0.42 | 0.01 | 17.14 | 0.96 | 0.79 |
| Hex | FD | B2 | 94 | 0 | 1E | 2A | 1 | 11 | 60 | 4F |
| Octal | 375 | 262 | 224 | 0 | 36 | 52 | 1 | 21 | 140 | 117 |
| Binary | 11111101 | 10110010 | 10010100 | 0 | 11110 | 101010 | 1 | 10001 | 1100000 | 1001111 |
Color Harmonies of #FDB294
Complementary color
Monochromatic Colors of #FDB294
Black with #FDB294
Text Example
Text Example
White with #FDB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB294; }
p { color: rgb(253,178,148); }
H1.HeaderClassName
{
color: #FDB294;
}
.AnyTagClassName
{
color: #FDB294;
}
</style>
background-color css
<style>
a { background-color: #FDB294; }
a { background-color: rgb(253,178,148); }
div.DivClassName
{
background-color: #FDB294;
}
.BgClassName
{
background-color: #FDB294;
}
</style>
border-color css
<style>
span { border-color: #FDB294; }
span { border-color: rgb(253,178,148); }
td.TdClassName
{
border-color: #FDB294;
}
.TagClassName
{
border-color: #FDB294;
}
</style>