Shades of Carnation Pink #FF9ABB
Tints of Carnation Pink #FF9ABB
RGB
CMYK
RGB Variations
Color information
#FF9ABB (or 0xFF9ABB) is known color: Carnation Pink. HEX triplet: FF, 9A and BB. RGB value is (255,154,187). Sum of RGB (Red+Green+Blue) = 255+154+187=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ABB is #006544. Grayscale: #BBBBBB. Windows color (decimal): -25925 or 12294911. OLE color: 12294911.
HSL color Cylindrical-coordinate representation of color #FF9ABB: hue angle of 340.4º 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 #FF9ABB is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 187 | - |
| CMYK | 0 | 0.40 | 0.27 | 0 |
| HSL | 340.4º | 1% | 0.8% | - |
| HSV(B) | 340.4º | 0.4% | 1% | - |
| XYZ | 61.77 | 47.96 | 53.02 | - |
| YUV | 187.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 187 | 0 | 0.40 | 0.27 | 0 | 340.4 | 1 | 0.8 |
| Hex | FF | 9A | BB | 0 | 28 | 1B | 0 | 154 | 64 | 50 |
| Octal | 377 | 232 | 273 | 0 | 50 | 33 | 0 | 524 | 144 | 120 |
| Binary | 11111111 | 10011010 | 10111011 | 0 | 101000 | 11011 | 0 | 101010100 | 1100100 | 1010000 |
Color Harmonies of #FF9ABB
Complementary color
Monochromatic Colors of #FF9ABB
Black with #FF9ABB
Text Example
Text Example
White with #FF9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ABB; }
p { color: rgb(255,154,187); }
H1.HeaderClassName
{
color: #FF9ABB;
}
.AnyTagClassName
{
color: #FF9ABB;
}
</style>
background-color css
<style>
a { background-color: #FF9ABB; }
a { background-color: rgb(255,154,187); }
div.DivClassName
{
background-color: #FF9ABB;
}
.BgClassName
{
background-color: #FF9ABB;
}
</style>
border-color css
<style>
span { border-color: #FF9ABB; }
span { border-color: rgb(255,154,187); }
td.TdClassName
{
border-color: #FF9ABB;
}
.TagClassName
{
border-color: #FF9ABB;
}
</style>