Shades of Mandys Pink #FDB48A
Tints of Mandys Pink #FDB48A
RGB
CMYK
RGB Variations
Color information
#FDB48A (or 0xFDB48A) is known color: Mandys Pink. HEX triplet: FD, B4 and 8A. RGB value is (253,180,138). Sum of RGB (Red+Green+Blue) = 253+180+138=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB48A is #024B75. Grayscale: #C5C5C5. Windows color (decimal): -150390 or 9090301. OLE color: 9090301.
HSL color Cylindrical-coordinate representation of color #FDB48A: hue angle of 21.91º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDB48A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 138 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.01 |
| HSL | 21.91º | 0.97% | 0.77% | - |
| HSV(B) | 21.91º | 0.45% | 0.99% | - |
| XYZ | 61.42 | 55.36 | 31.49 | - |
| YUV | 197.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 138 | 0 | 0.29 | 0.45 | 0.01 | 21.91 | 0.97 | 0.77 |
| Hex | FD | B4 | 8A | 0 | 1D | 2D | 1 | 16 | 61 | 4D |
| Octal | 375 | 264 | 212 | 0 | 35 | 55 | 1 | 26 | 141 | 115 |
| Binary | 11111101 | 10110100 | 10001010 | 0 | 11101 | 101101 | 1 | 10110 | 1100001 | 1001101 |
Color Harmonies of #FDB48A
Complementary color
Monochromatic Colors of #FDB48A
Black with #FDB48A
Text Example
Text Example
White with #FDB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB48A; }
p { color: rgb(253,180,138); }
H1.HeaderClassName
{
color: #FDB48A;
}
.AnyTagClassName
{
color: #FDB48A;
}
</style>
background-color css
<style>
a { background-color: #FDB48A; }
a { background-color: rgb(253,180,138); }
div.DivClassName
{
background-color: #FDB48A;
}
.BgClassName
{
background-color: #FDB48A;
}
</style>
border-color css
<style>
span { border-color: #FDB48A; }
span { border-color: rgb(253,180,138); }
td.TdClassName
{
border-color: #FDB48A;
}
.TagClassName
{
border-color: #FDB48A;
}
</style>