Shades of Mauvelous #FF9CAA
Tints of Mauvelous #FF9CAA
RGB
CMYK
RGB Variations
Color information
#FF9CAA (or 0xFF9CAA) is known color: Mauvelous. HEX triplet: FF, 9C and AA. RGB value is (255,156,170). Sum of RGB (Red+Green+Blue) = 255+156+170=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9CAA is #006355. Grayscale: #BBBBBB. Windows color (decimal): -25430 or 11181311. OLE color: 11181311.
HSL color Cylindrical-coordinate representation of color #FF9CAA: hue angle of 351.52º 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 #FF9CAA is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 170 | - |
| CMYK | 0 | 0.39 | 0.33 | 0 |
| HSL | 351.52º | 1% | 0.81% | - |
| HSV(B) | 351.52º | 0.39% | 1% | - |
| XYZ | 60.38 | 47.94 | 44.1 | - |
| YUV | 187.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 170 | 0 | 0.39 | 0.33 | 0 | 351.52 | 1 | 0.81 |
| Hex | FF | 9C | AA | 0 | 27 | 21 | 0 | 160 | 64 | 51 |
| Octal | 377 | 234 | 252 | 0 | 47 | 41 | 0 | 540 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10101010 | 0 | 100111 | 100001 | 0 | 101100000 | 1100100 | 1010001 |
Color Harmonies of #FF9CAA
Complementary color
Monochromatic Colors of #FF9CAA
Black with #FF9CAA
Text Example
Text Example
White with #FF9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CAA; }
p { color: rgb(255,156,170); }
H1.HeaderClassName
{
color: #FF9CAA;
}
.AnyTagClassName
{
color: #FF9CAA;
}
</style>
background-color css
<style>
a { background-color: #FF9CAA; }
a { background-color: rgb(255,156,170); }
div.DivClassName
{
background-color: #FF9CAA;
}
.BgClassName
{
background-color: #FF9CAA;
}
</style>
border-color css
<style>
span { border-color: #FF9CAA; }
span { border-color: rgb(255,156,170); }
td.TdClassName
{
border-color: #FF9CAA;
}
.TagClassName
{
border-color: #FF9CAA;
}
</style>