Shades of Mandys Pink #FFB69C
Tints of Mandys Pink #FFB69C
RGB
CMYK
RGB Variations
Color information
#FFB69C (or 0xFFB69C) is known color: Mandys Pink. HEX triplet: FF, B6 and 9C. RGB value is (255,182,156). Sum of RGB (Red+Green+Blue) = 255+182+156=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB69C is #004963. Grayscale: #C9C9C9. Windows color (decimal): -18788 or 10270463. OLE color: 10270463.
HSL color Cylindrical-coordinate representation of color #FFB69C: hue angle of 15.76º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFB69C is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 156 | - |
| CMYK | 0 | 0.29 | 0.39 | 0 |
| HSL | 15.76º | 1% | 0.81% | - |
| HSV(B) | 15.76º | 0.39% | 1% | - |
| XYZ | 63.97 | 57.12 | 39.11 | - |
| YUV | 200.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 156 | 0 | 0.29 | 0.39 | 0 | 15.76 | 1 | 0.81 |
| Hex | FF | B6 | 9C | 0 | 1D | 27 | 0 | 10 | 64 | 51 |
| Octal | 377 | 266 | 234 | 0 | 35 | 47 | 0 | 20 | 144 | 121 |
| Binary | 11111111 | 10110110 | 10011100 | 0 | 11101 | 100111 | 0 | 10000 | 1100100 | 1010001 |
Color Harmonies of #FFB69C
Complementary color
Monochromatic Colors of #FFB69C
Black with #FFB69C
Text Example
Text Example
White with #FFB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB69C; }
p { color: rgb(255,182,156); }
H1.HeaderClassName
{
color: #FFB69C;
}
.AnyTagClassName
{
color: #FFB69C;
}
</style>
background-color css
<style>
a { background-color: #FFB69C; }
a { background-color: rgb(255,182,156); }
div.DivClassName
{
background-color: #FFB69C;
}
.BgClassName
{
background-color: #FFB69C;
}
</style>
border-color css
<style>
span { border-color: #FFB69C; }
span { border-color: rgb(255,182,156); }
td.TdClassName
{
border-color: #FFB69C;
}
.TagClassName
{
border-color: #FFB69C;
}
</style>