Shades of Mauvelous #FF9CAB
Tints of Mauvelous #FF9CAB
RGB
CMYK
RGB Variations
Color information
#FF9CAB (or 0xFF9CAB) is known color: Mauvelous. HEX triplet: FF, 9C and AB. RGB value is (255,156,171). Sum of RGB (Red+Green+Blue) = 255+156+171=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9CAB is #006354. Grayscale: #BBBBBB. Windows color (decimal): -25429 or 11246847. OLE color: 11246847.
HSL color Cylindrical-coordinate representation of color #FF9CAB: hue angle of 350.91º 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 #FF9CAB is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 171 | - |
| CMYK | 0 | 0.39 | 0.33 | 0 |
| HSL | 350.91º | 1% | 0.81% | - |
| HSV(B) | 350.91º | 0.39% | 1% | - |
| XYZ | 60.48 | 47.98 | 44.6 | - |
| YUV | 187.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 171 | 0 | 0.39 | 0.33 | 0 | 350.91 | 1 | 0.81 |
| Hex | FF | 9C | AB | 0 | 27 | 21 | 0 | 15F | 64 | 51 |
| Octal | 377 | 234 | 253 | 0 | 47 | 41 | 0 | 537 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10101011 | 0 | 100111 | 100001 | 0 | 101011111 | 1100100 | 1010001 |
Color Harmonies of #FF9CAB
Complementary color
Monochromatic Colors of #FF9CAB
Black with #FF9CAB
Text Example
Text Example
White with #FF9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CAB; }
p { color: rgb(255,156,171); }
H1.HeaderClassName
{
color: #FF9CAB;
}
.AnyTagClassName
{
color: #FF9CAB;
}
</style>
background-color css
<style>
a { background-color: #FF9CAB; }
a { background-color: rgb(255,156,171); }
div.DivClassName
{
background-color: #FF9CAB;
}
.BgClassName
{
background-color: #FF9CAB;
}
</style>
border-color css
<style>
span { border-color: #FF9CAB; }
span { border-color: rgb(255,156,171); }
td.TdClassName
{
border-color: #FF9CAB;
}
.TagClassName
{
border-color: #FF9CAB;
}
</style>