Shades of Carnation Pink #FF9FBA
Tints of Carnation Pink #FF9FBA
RGB
CMYK
RGB Variations
Color information
#FF9FBA (or 0xFF9FBA) is known color: Carnation Pink. HEX triplet: FF, 9F and BA. RGB value is (255,159,186). Sum of RGB (Red+Green+Blue) = 255+159+186=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FBA is #006045. Grayscale: #BEBEBE. Windows color (decimal): -24646 or 12230655. OLE color: 12230655.
HSL color Cylindrical-coordinate representation of color #FF9FBA: hue angle of 343.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FBA is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 186 | - |
| CMYK | 0 | 0.38 | 0.27 | 0 |
| HSL | 343.13º | 1% | 0.81% | - |
| HSV(B) | 343.13º | 0.38% | 1% | - |
| XYZ | 62.5 | 49.6 | 52.73 | - |
| YUV | 190.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 186 | 0 | 0.38 | 0.27 | 0 | 343.13 | 1 | 0.81 |
| Hex | FF | 9F | BA | 0 | 26 | 1B | 0 | 157 | 64 | 51 |
| Octal | 377 | 237 | 272 | 0 | 46 | 33 | 0 | 527 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10111010 | 0 | 100110 | 11011 | 0 | 101010111 | 1100100 | 1010001 |
Color Harmonies of #FF9FBA
Complementary color
Monochromatic Colors of #FF9FBA
Black with #FF9FBA
Text Example
Text Example
White with #FF9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FBA; }
p { color: rgb(255,159,186); }
H1.HeaderClassName
{
color: #FF9FBA;
}
.AnyTagClassName
{
color: #FF9FBA;
}
</style>
background-color css
<style>
a { background-color: #FF9FBA; }
a { background-color: rgb(255,159,186); }
div.DivClassName
{
background-color: #FF9FBA;
}
.BgClassName
{
background-color: #FF9FBA;
}
</style>
border-color css
<style>
span { border-color: #FF9FBA; }
span { border-color: rgb(255,159,186); }
td.TdClassName
{
border-color: #FF9FBA;
}
.TagClassName
{
border-color: #FF9FBA;
}
</style>