Shades of Mandys Pink #FFB38C
Tints of Mandys Pink #FFB38C
RGB
CMYK
RGB Variations
Color information
#FFB38C (or 0xFFB38C) is known color: Mandys Pink. HEX triplet: FF, B3 and 8C. RGB value is (255,179,140). Sum of RGB (Red+Green+Blue) = 255+179+140=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB38C is #004C73. Grayscale: #C5C5C5. Windows color (decimal): -19572 or 9221119. OLE color: 9221119.
HSL color Cylindrical-coordinate representation of color #FFB38C: hue angle of 20.35º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFB38C is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 140 | - |
| CMYK | 0 | 0.30 | 0.45 | 0 |
| HSL | 20.35º | 1% | 0.77% | - |
| HSV(B) | 20.35º | 0.45% | 1% | - |
| XYZ | 62.09 | 55.39 | 32.23 | - |
| YUV | 197.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 140 | 0 | 0.30 | 0.45 | 0 | 20.35 | 1 | 0.77 |
| Hex | FF | B3 | 8C | 0 | 1E | 2D | 0 | 14 | 64 | 4D |
| Octal | 377 | 263 | 214 | 0 | 36 | 55 | 0 | 24 | 144 | 115 |
| Binary | 11111111 | 10110011 | 10001100 | 0 | 11110 | 101101 | 0 | 10100 | 1100100 | 1001101 |
Color Harmonies of #FFB38C
Complementary color
Monochromatic Colors of #FFB38C
Black with #FFB38C
Text Example
Text Example
White with #FFB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB38C; }
p { color: rgb(255,179,140); }
H1.HeaderClassName
{
color: #FFB38C;
}
.AnyTagClassName
{
color: #FFB38C;
}
</style>
background-color css
<style>
a { background-color: #FFB38C; }
a { background-color: rgb(255,179,140); }
div.DivClassName
{
background-color: #FFB38C;
}
.BgClassName
{
background-color: #FFB38C;
}
</style>
border-color css
<style>
span { border-color: #FFB38C; }
span { border-color: rgb(255,179,140); }
td.TdClassName
{
border-color: #FFB38C;
}
.TagClassName
{
border-color: #FFB38C;
}
</style>