Shades of Mandys Pink #FDB194
Tints of Mandys Pink #FDB194
RGB
CMYK
RGB Variations
Color information
#FDB194 (or 0xFDB194) is known color: Mandys Pink. HEX triplet: FD, B1 and 94. RGB value is (253,177,148). Sum of RGB (Red+Green+Blue) = 253+177+148=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB194 is #024E6B. Grayscale: #C4C4C4. Windows color (decimal): -151148 or 9744893. OLE color: 9744893.
HSL color Cylindrical-coordinate representation of color #FDB194: hue angle of 16.57º 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 #FDB194 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 148 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.01 |
| HSL | 16.57º | 0.96% | 0.79% | - |
| HSV(B) | 16.57º | 0.42% | 0.99% | - |
| XYZ | 61.58 | 54.47 | 35.28 | - |
| YUV | 196.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 148 | 0 | 0.30 | 0.42 | 0.01 | 16.57 | 0.96 | 0.79 |
| Hex | FD | B1 | 94 | 0 | 1E | 2A | 1 | 11 | 60 | 4F |
| Octal | 375 | 261 | 224 | 0 | 36 | 52 | 1 | 21 | 140 | 117 |
| Binary | 11111101 | 10110001 | 10010100 | 0 | 11110 | 101010 | 1 | 10001 | 1100000 | 1001111 |
Color Harmonies of #FDB194
Complementary color
Monochromatic Colors of #FDB194
Black with #FDB194
Text Example
Text Example
White with #FDB194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB194; }
p { color: rgb(253,177,148); }
H1.HeaderClassName
{
color: #FDB194;
}
.AnyTagClassName
{
color: #FDB194;
}
</style>
background-color css
<style>
a { background-color: #FDB194; }
a { background-color: rgb(253,177,148); }
div.DivClassName
{
background-color: #FDB194;
}
.BgClassName
{
background-color: #FDB194;
}
</style>
border-color css
<style>
span { border-color: #FDB194; }
span { border-color: rgb(253,177,148); }
td.TdClassName
{
border-color: #FDB194;
}
.TagClassName
{
border-color: #FDB194;
}
</style>