Shades of Mandys Pink #FFB69A
Tints of Mandys Pink #FFB69A
RGB
CMYK
RGB Variations
Color information
#FFB69A (or 0xFFB69A) is known color: Mandys Pink. HEX triplet: FF, B6 and 9A. RGB value is (255,182,154). Sum of RGB (Red+Green+Blue) = 255+182+154=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB69A is #004965. Grayscale: #C8C8C8. Windows color (decimal): -18790 or 10139391. OLE color: 10139391.
HSL color Cylindrical-coordinate representation of color #FFB69A: hue angle of 16.63º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFB69A is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 154 | - |
| CMYK | 0 | 0.29 | 0.40 | 0 |
| HSL | 16.63º | 1% | 0.8% | - |
| HSV(B) | 16.63º | 0.4% | 1% | - |
| XYZ | 63.8 | 57.05 | 38.22 | - |
| YUV | 200.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 154 | 0 | 0.29 | 0.40 | 0 | 16.63 | 1 | 0.8 |
| Hex | FF | B6 | 9A | 0 | 1D | 28 | 0 | 11 | 64 | 50 |
| Octal | 377 | 266 | 232 | 0 | 35 | 50 | 0 | 21 | 144 | 120 |
| Binary | 11111111 | 10110110 | 10011010 | 0 | 11101 | 101000 | 0 | 10001 | 1100100 | 1010000 |
Color Harmonies of #FFB69A
Complementary color
Monochromatic Colors of #FFB69A
Black with #FFB69A
Text Example
Text Example
White with #FFB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB69A; }
p { color: rgb(255,182,154); }
H1.HeaderClassName
{
color: #FFB69A;
}
.AnyTagClassName
{
color: #FFB69A;
}
</style>
background-color css
<style>
a { background-color: #FFB69A; }
a { background-color: rgb(255,182,154); }
div.DivClassName
{
background-color: #FFB69A;
}
.BgClassName
{
background-color: #FFB69A;
}
</style>
border-color css
<style>
span { border-color: #FFB69A; }
span { border-color: rgb(255,182,154); }
td.TdClassName
{
border-color: #FFB69A;
}
.TagClassName
{
border-color: #FFB69A;
}
</style>