Shades of Carnation Pink #FF9FBC
Tints of Carnation Pink #FF9FBC
RGB
CMYK
RGB Variations
Color information
#FF9FBC (or 0xFF9FBC) is known color: Carnation Pink. HEX triplet: FF, 9F and BC. RGB value is (255,159,188). Sum of RGB (Red+Green+Blue) = 255+159+188=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FBC is #006043. Grayscale: #BEBEBE. Windows color (decimal): -24644 or 12361727. OLE color: 12361727.
HSL color Cylindrical-coordinate representation of color #FF9FBC: hue angle of 341.88º 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 #FF9FBC is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 188 | - |
| CMYK | 0 | 0.38 | 0.26 | 0 |
| HSL | 341.88º | 1% | 0.81% | - |
| HSV(B) | 341.88º | 0.38% | 1% | - |
| XYZ | 62.72 | 49.69 | 53.86 | - |
| YUV | 191.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 188 | 0 | 0.38 | 0.26 | 0 | 341.88 | 1 | 0.81 |
| Hex | FF | 9F | BC | 0 | 26 | 1A | 0 | 156 | 64 | 51 |
| Octal | 377 | 237 | 274 | 0 | 46 | 32 | 0 | 526 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10111100 | 0 | 100110 | 11010 | 0 | 101010110 | 1100100 | 1010001 |
Color Harmonies of #FF9FBC
Complementary color
Monochromatic Colors of #FF9FBC
Black with #FF9FBC
Text Example
Text Example
White with #FF9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FBC; }
p { color: rgb(255,159,188); }
H1.HeaderClassName
{
color: #FF9FBC;
}
.AnyTagClassName
{
color: #FF9FBC;
}
</style>
background-color css
<style>
a { background-color: #FF9FBC; }
a { background-color: rgb(255,159,188); }
div.DivClassName
{
background-color: #FF9FBC;
}
.BgClassName
{
background-color: #FF9FBC;
}
</style>
border-color css
<style>
span { border-color: #FF9FBC; }
span { border-color: rgb(255,159,188); }
td.TdClassName
{
border-color: #FF9FBC;
}
.TagClassName
{
border-color: #FF9FBC;
}
</style>