Shades of Mandys Pink #FFB08A
Tints of Mandys Pink #FFB08A
RGB
CMYK
RGB Variations
Color information
#FFB08A (or 0xFFB08A) is known color: Mandys Pink. HEX triplet: FF, B0 and 8A. RGB value is (255,176,138). Sum of RGB (Red+Green+Blue) = 255+176+138=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB08A is #004F75. Grayscale: #C3C3C3. Windows color (decimal): -20342 or 9089279. OLE color: 9089279.
HSL color Cylindrical-coordinate representation of color #FFB08A: hue angle of 19.49º 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 #FFB08A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 138 | - |
| CMYK | 0 | 0.31 | 0.46 | 0 |
| HSL | 19.49º | 1% | 0.77% | - |
| HSV(B) | 19.49º | 0.46% | 1% | - |
| XYZ | 61.35 | 54.15 | 31.26 | - |
| YUV | 195.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 138 | 0 | 0.31 | 0.46 | 0 | 19.49 | 1 | 0.77 |
| Hex | FF | B0 | 8A | 0 | 1F | 2E | 0 | 13 | 64 | 4D |
| Octal | 377 | 260 | 212 | 0 | 37 | 56 | 0 | 23 | 144 | 115 |
| Binary | 11111111 | 10110000 | 10001010 | 0 | 11111 | 101110 | 0 | 10011 | 1100100 | 1001101 |
Color Harmonies of #FFB08A
Complementary color
Monochromatic Colors of #FFB08A
Black with #FFB08A
Text Example
Text Example
White with #FFB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB08A; }
p { color: rgb(255,176,138); }
H1.HeaderClassName
{
color: #FFB08A;
}
.AnyTagClassName
{
color: #FFB08A;
}
</style>
background-color css
<style>
a { background-color: #FFB08A; }
a { background-color: rgb(255,176,138); }
div.DivClassName
{
background-color: #FFB08A;
}
.BgClassName
{
background-color: #FFB08A;
}
</style>
border-color css
<style>
span { border-color: #FFB08A; }
span { border-color: rgb(255,176,138); }
td.TdClassName
{
border-color: #FFB08A;
}
.TagClassName
{
border-color: #FFB08A;
}
</style>