Shades of Carnation Pink #FF9BC9
Tints of Carnation Pink #FF9BC9
RGB
CMYK
RGB Variations
Color information
#FF9BC9 (or 0xFF9BC9) is known color: Carnation Pink. HEX triplet: FF, 9B and C9. RGB value is (255,155,201). Sum of RGB (Red+Green+Blue) = 255+155+201=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BC9 is #006436. Grayscale: #BEBEBE. Windows color (decimal): -25655 or 13212671. OLE color: 13212671.
HSL color Cylindrical-coordinate representation of color #FF9BC9: hue angle of 332.4º 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 #FF9BC9 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 201 | - |
| CMYK | 0 | 0.39 | 0.21 | 0 |
| HSL | 332.4º | 1% | 0.8% | - |
| HSV(B) | 332.4º | 0.39% | 1% | - |
| XYZ | 63.5 | 48.92 | 61.35 | - |
| YUV | 190.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 201 | 0 | 0.39 | 0.21 | 0 | 332.4 | 1 | 0.8 |
| Hex | FF | 9B | C9 | 0 | 27 | 15 | 0 | 14C | 64 | 50 |
| Octal | 377 | 233 | 311 | 0 | 47 | 25 | 0 | 514 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11001001 | 0 | 100111 | 10101 | 0 | 101001100 | 1100100 | 1010000 |
Color Harmonies of #FF9BC9
Complementary color
Monochromatic Colors of #FF9BC9
Black with #FF9BC9
Text Example
Text Example
White with #FF9BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BC9; }
p { color: rgb(255,155,201); }
H1.HeaderClassName
{
color: #FF9BC9;
}
.AnyTagClassName
{
color: #FF9BC9;
}
</style>
background-color css
<style>
a { background-color: #FF9BC9; }
a { background-color: rgb(255,155,201); }
div.DivClassName
{
background-color: #FF9BC9;
}
.BgClassName
{
background-color: #FF9BC9;
}
</style>
border-color css
<style>
span { border-color: #FF9BC9; }
span { border-color: rgb(255,155,201); }
td.TdClassName
{
border-color: #FF9BC9;
}
.TagClassName
{
border-color: #FF9BC9;
}
</style>