Shades of Carnation Pink #FF9ABA
Tints of Carnation Pink #FF9ABA
RGB
CMYK
RGB Variations
Color information
#FF9ABA (or 0xFF9ABA) is known color: Carnation Pink. HEX triplet: FF, 9A and BA. RGB value is (255,154,186). Sum of RGB (Red+Green+Blue) = 255+154+186=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ABA is #006545. Grayscale: #BBBBBB. Windows color (decimal): -25926 or 12229375. OLE color: 12229375.
HSL color Cylindrical-coordinate representation of color #FF9ABA: hue angle of 340.99º 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 #FF9ABA is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 186 | - |
| CMYK | 0 | 0.40 | 0.27 | 0 |
| HSL | 340.99º | 1% | 0.8% | - |
| HSV(B) | 340.99º | 0.4% | 1% | - |
| XYZ | 61.66 | 47.92 | 52.45 | - |
| YUV | 187.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 186 | 0 | 0.40 | 0.27 | 0 | 340.99 | 1 | 0.8 |
| Hex | FF | 9A | BA | 0 | 28 | 1B | 0 | 155 | 64 | 50 |
| Octal | 377 | 232 | 272 | 0 | 50 | 33 | 0 | 525 | 144 | 120 |
| Binary | 11111111 | 10011010 | 10111010 | 0 | 101000 | 11011 | 0 | 101010101 | 1100100 | 1010000 |
Color Harmonies of #FF9ABA
Complementary color
Monochromatic Colors of #FF9ABA
Black with #FF9ABA
Text Example
Text Example
White with #FF9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ABA; }
p { color: rgb(255,154,186); }
H1.HeaderClassName
{
color: #FF9ABA;
}
.AnyTagClassName
{
color: #FF9ABA;
}
</style>
background-color css
<style>
a { background-color: #FF9ABA; }
a { background-color: rgb(255,154,186); }
div.DivClassName
{
background-color: #FF9ABA;
}
.BgClassName
{
background-color: #FF9ABA;
}
</style>
border-color css
<style>
span { border-color: #FF9ABA; }
span { border-color: rgb(255,154,186); }
td.TdClassName
{
border-color: #FF9ABA;
}
.TagClassName
{
border-color: #FF9ABA;
}
</style>