Shades of Mandys Pink #FFB38F
Tints of Mandys Pink #FFB38F
RGB
CMYK
RGB Variations
Color information
#FFB38F (or 0xFFB38F) is known color: Mandys Pink. HEX triplet: FF, B3 and 8F. RGB value is (255,179,143). Sum of RGB (Red+Green+Blue) = 255+179+143=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB38F is #004C70. Grayscale: #C5C5C5. Windows color (decimal): -19569 or 9417727. OLE color: 9417727.
HSL color Cylindrical-coordinate representation of color #FFB38F: hue angle of 19.29º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFB38F is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 143 | - |
| CMYK | 0 | 0.30 | 0.44 | 0 |
| HSL | 19.29º | 1% | 0.78% | - |
| HSV(B) | 19.29º | 0.44% | 1% | - |
| XYZ | 62.32 | 55.48 | 33.41 | - |
| YUV | 197.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 143 | 0 | 0.30 | 0.44 | 0 | 19.29 | 1 | 0.78 |
| Hex | FF | B3 | 8F | 0 | 1E | 2C | 0 | 13 | 64 | 4E |
| Octal | 377 | 263 | 217 | 0 | 36 | 54 | 0 | 23 | 144 | 116 |
| Binary | 11111111 | 10110011 | 10001111 | 0 | 11110 | 101100 | 0 | 10011 | 1100100 | 1001110 |
Color Harmonies of #FFB38F
Complementary color
Monochromatic Colors of #FFB38F
Black with #FFB38F
Text Example
Text Example
White with #FFB38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB38F; }
p { color: rgb(255,179,143); }
H1.HeaderClassName
{
color: #FFB38F;
}
.AnyTagClassName
{
color: #FFB38F;
}
</style>
background-color css
<style>
a { background-color: #FFB38F; }
a { background-color: rgb(255,179,143); }
div.DivClassName
{
background-color: #FFB38F;
}
.BgClassName
{
background-color: #FFB38F;
}
</style>
border-color css
<style>
span { border-color: #FFB38F; }
span { border-color: rgb(255,179,143); }
td.TdClassName
{
border-color: #FFB38F;
}
.TagClassName
{
border-color: #FFB38F;
}
</style>