Shades of Carnation Pink #FF9BBC
Tints of Carnation Pink #FF9BBC
RGB
CMYK
RGB Variations
Color information
#FF9BBC (or 0xFF9BBC) is known color: Carnation Pink. HEX triplet: FF, 9B and BC. RGB value is (255,155,188). Sum of RGB (Red+Green+Blue) = 255+155+188=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BBC is #006443. Grayscale: #BCBCBC. Windows color (decimal): -25668 or 12360703. OLE color: 12360703.
HSL color Cylindrical-coordinate representation of color #FF9BBC: hue angle of 340.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BBC is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 188 | - |
| CMYK | 0 | 0.39 | 0.26 | 0 |
| HSL | 340.2º | 1% | 0.8% | - |
| HSV(B) | 340.2º | 0.39% | 1% | - |
| XYZ | 62.04 | 48.33 | 53.64 | - |
| YUV | 188.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 188 | 0 | 0.39 | 0.26 | 0 | 340.2 | 1 | 0.8 |
| Hex | FF | 9B | BC | 0 | 27 | 1A | 0 | 154 | 64 | 50 |
| Octal | 377 | 233 | 274 | 0 | 47 | 32 | 0 | 524 | 144 | 120 |
| Binary | 11111111 | 10011011 | 10111100 | 0 | 100111 | 11010 | 0 | 101010100 | 1100100 | 1010000 |
Color Harmonies of #FF9BBC
Complementary color
Monochromatic Colors of #FF9BBC
Black with #FF9BBC
Text Example
Text Example
White with #FF9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BBC; }
p { color: rgb(255,155,188); }
H1.HeaderClassName
{
color: #FF9BBC;
}
.AnyTagClassName
{
color: #FF9BBC;
}
</style>
background-color css
<style>
a { background-color: #FF9BBC; }
a { background-color: rgb(255,155,188); }
div.DivClassName
{
background-color: #FF9BBC;
}
.BgClassName
{
background-color: #FF9BBC;
}
</style>
border-color css
<style>
span { border-color: #FF9BBC; }
span { border-color: rgb(255,155,188); }
td.TdClassName
{
border-color: #FF9BBC;
}
.TagClassName
{
border-color: #FF9BBC;
}
</style>