Shades of Mandys Pink #FFB38A
Tints of Mandys Pink #FFB38A
RGB
CMYK
RGB Variations
Color information
#FFB38A (or 0xFFB38A) is known color: Mandys Pink. HEX triplet: FF, B3 and 8A. RGB value is (255,179,138). Sum of RGB (Red+Green+Blue) = 255+179+138=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB38A is #004C75. Grayscale: #C5C5C5. Windows color (decimal): -19574 or 9090047. OLE color: 9090047.
HSL color Cylindrical-coordinate representation of color #FFB38A: hue angle of 21.03º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFB38A is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 138 | - |
| CMYK | 0 | 0.30 | 0.46 | 0 |
| HSL | 21.03º | 1% | 0.77% | - |
| HSV(B) | 21.03º | 0.46% | 1% | - |
| XYZ | 61.95 | 55.34 | 31.46 | - |
| YUV | 197.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 138 | 0 | 0.30 | 0.46 | 0 | 21.03 | 1 | 0.77 |
| Hex | FF | B3 | 8A | 0 | 1E | 2E | 0 | 15 | 64 | 4D |
| Octal | 377 | 263 | 212 | 0 | 36 | 56 | 0 | 25 | 144 | 115 |
| Binary | 11111111 | 10110011 | 10001010 | 0 | 11110 | 101110 | 0 | 10101 | 1100100 | 1001101 |
Color Harmonies of #FFB38A
Complementary color
Monochromatic Colors of #FFB38A
Black with #FFB38A
Text Example
Text Example
White with #FFB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB38A; }
p { color: rgb(255,179,138); }
H1.HeaderClassName
{
color: #FFB38A;
}
.AnyTagClassName
{
color: #FFB38A;
}
</style>
background-color css
<style>
a { background-color: #FFB38A; }
a { background-color: rgb(255,179,138); }
div.DivClassName
{
background-color: #FFB38A;
}
.BgClassName
{
background-color: #FFB38A;
}
</style>
border-color css
<style>
span { border-color: #FFB38A; }
span { border-color: rgb(255,179,138); }
td.TdClassName
{
border-color: #FFB38A;
}
.TagClassName
{
border-color: #FFB38A;
}
</style>