Shades of Mandys Pink #FDB28A
Tints of Mandys Pink #FDB28A
RGB
CMYK
RGB Variations
Color information
#FDB28A (or 0xFDB28A) is known color: Mandys Pink. HEX triplet: FD, B2 and 8A. RGB value is (253,178,138). Sum of RGB (Red+Green+Blue) = 253+178+138=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB28A is #024D75. Grayscale: #C4C4C4. Windows color (decimal): -150902 or 9089789. OLE color: 9089789.
HSL color Cylindrical-coordinate representation of color #FDB28A: hue angle of 20.87º 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 #FDB28A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 138 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.01 |
| HSL | 20.87º | 0.97% | 0.77% | - |
| HSV(B) | 20.87º | 0.45% | 0.99% | - |
| XYZ | 61.02 | 54.56 | 31.36 | - |
| YUV | 195.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 138 | 0 | 0.30 | 0.45 | 0.01 | 20.87 | 0.97 | 0.77 |
| Hex | FD | B2 | 8A | 0 | 1E | 2D | 1 | 15 | 61 | 4D |
| Octal | 375 | 262 | 212 | 0 | 36 | 55 | 1 | 25 | 141 | 115 |
| Binary | 11111101 | 10110010 | 10001010 | 0 | 11110 | 101101 | 1 | 10101 | 1100001 | 1001101 |
Color Harmonies of #FDB28A
Complementary color
Monochromatic Colors of #FDB28A
Black with #FDB28A
Text Example
Text Example
White with #FDB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB28A; }
p { color: rgb(253,178,138); }
H1.HeaderClassName
{
color: #FDB28A;
}
.AnyTagClassName
{
color: #FDB28A;
}
</style>
background-color css
<style>
a { background-color: #FDB28A; }
a { background-color: rgb(253,178,138); }
div.DivClassName
{
background-color: #FDB28A;
}
.BgClassName
{
background-color: #FDB28A;
}
</style>
border-color css
<style>
span { border-color: #FDB28A; }
span { border-color: rgb(253,178,138); }
td.TdClassName
{
border-color: #FDB28A;
}
.TagClassName
{
border-color: #FDB28A;
}
</style>