Shades of Mandys Pink #FFB38D
Tints of Mandys Pink #FFB38D
RGB
CMYK
RGB Variations
Color information
#FFB38D (or 0xFFB38D) is known color: Mandys Pink. HEX triplet: FF, B3 and 8D. RGB value is (255,179,141). Sum of RGB (Red+Green+Blue) = 255+179+141=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB38D is #004C72. Grayscale: #C5C5C5. Windows color (decimal): -19571 or 9286655. OLE color: 9286655.
HSL color Cylindrical-coordinate representation of color #FFB38D: hue angle of 20º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFB38D is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 141 | - |
| CMYK | 0 | 0.30 | 0.45 | 0 |
| HSL | 20º | 1% | 0.78% | - |
| HSV(B) | 20º | 0.45% | 1% | - |
| XYZ | 62.17 | 55.42 | 32.62 | - |
| YUV | 197.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 141 | 0 | 0.30 | 0.45 | 0 | 20 | 1 | 0.78 |
| Hex | FF | B3 | 8D | 0 | 1E | 2D | 0 | 14 | 64 | 4E |
| Octal | 377 | 263 | 215 | 0 | 36 | 55 | 0 | 24 | 144 | 116 |
| Binary | 11111111 | 10110011 | 10001101 | 0 | 11110 | 101101 | 0 | 10100 | 1100100 | 1001110 |
Color Harmonies of #FFB38D
Complementary color
Monochromatic Colors of #FFB38D
Black with #FFB38D
Text Example
Text Example
White with #FFB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB38D; }
p { color: rgb(255,179,141); }
H1.HeaderClassName
{
color: #FFB38D;
}
.AnyTagClassName
{
color: #FFB38D;
}
</style>
background-color css
<style>
a { background-color: #FFB38D; }
a { background-color: rgb(255,179,141); }
div.DivClassName
{
background-color: #FFB38D;
}
.BgClassName
{
background-color: #FFB38D;
}
</style>
border-color css
<style>
span { border-color: #FFB38D; }
span { border-color: rgb(255,179,141); }
td.TdClassName
{
border-color: #FFB38D;
}
.TagClassName
{
border-color: #FFB38D;
}
</style>