Shades of Mandys Pink #FFB69E
Tints of Mandys Pink #FFB69E
RGB
CMYK
RGB Variations
Color information
#FFB69E (or 0xFFB69E) is known color: Mandys Pink. HEX triplet: FF, B6 and 9E. RGB value is (255,182,158). Sum of RGB (Red+Green+Blue) = 255+182+158=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB69E is #004961. Grayscale: #C9C9C9. Windows color (decimal): -18786 or 10401535. OLE color: 10401535.
HSL color Cylindrical-coordinate representation of color #FFB69E: hue angle of 14.85º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFB69E is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 158 | - |
| CMYK | 0 | 0.29 | 0.38 | 0 |
| HSL | 14.85º | 1% | 0.81% | - |
| HSV(B) | 14.85º | 0.38% | 1% | - |
| XYZ | 64.14 | 57.18 | 40 | - |
| YUV | 201.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 158 | 0 | 0.29 | 0.38 | 0 | 14.85 | 1 | 0.81 |
| Hex | FF | B6 | 9E | 0 | 1D | 26 | 0 | F | 64 | 51 |
| Octal | 377 | 266 | 236 | 0 | 35 | 46 | 0 | 17 | 144 | 121 |
| Binary | 11111111 | 10110110 | 10011110 | 0 | 11101 | 100110 | 0 | 1111 | 1100100 | 1010001 |
Color Harmonies of #FFB69E
Complementary color
Monochromatic Colors of #FFB69E
Black with #FFB69E
Text Example
Text Example
White with #FFB69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB69E; }
p { color: rgb(255,182,158); }
H1.HeaderClassName
{
color: #FFB69E;
}
.AnyTagClassName
{
color: #FFB69E;
}
</style>
background-color css
<style>
a { background-color: #FFB69E; }
a { background-color: rgb(255,182,158); }
div.DivClassName
{
background-color: #FFB69E;
}
.BgClassName
{
background-color: #FFB69E;
}
</style>
border-color css
<style>
span { border-color: #FFB69E; }
span { border-color: rgb(255,182,158); }
td.TdClassName
{
border-color: #FFB69E;
}
.TagClassName
{
border-color: #FFB69E;
}
</style>