Shades of Carnation Pink #FF9BC0
Tints of Carnation Pink #FF9BC0
RGB
CMYK
RGB Variations
Color information
#FF9BC0 (or 0xFF9BC0) is known color: Carnation Pink. HEX triplet: FF, 9B and C0. RGB value is (255,155,192). Sum of RGB (Red+Green+Blue) = 255+155+192=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BC0 is #00643F. Grayscale: #BDBDBD. Windows color (decimal): -25664 or 12622847. OLE color: 12622847.
HSL color Cylindrical-coordinate representation of color #FF9BC0: hue angle of 337.8º 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 #FF9BC0 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 192 | - |
| CMYK | 0 | 0.39 | 0.25 | 0 |
| HSL | 337.8º | 1% | 0.8% | - |
| HSV(B) | 337.8º | 0.39% | 1% | - |
| XYZ | 62.48 | 48.51 | 55.94 | - |
| YUV | 189.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 192 | 0 | 0.39 | 0.25 | 0 | 337.8 | 1 | 0.8 |
| Hex | FF | 9B | C0 | 0 | 27 | 19 | 0 | 152 | 64 | 50 |
| Octal | 377 | 233 | 300 | 0 | 47 | 31 | 0 | 522 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11000000 | 0 | 100111 | 11001 | 0 | 101010010 | 1100100 | 1010000 |
Color Harmonies of #FF9BC0
Complementary color
Monochromatic Colors of #FF9BC0
Black with #FF9BC0
Text Example
Text Example
White with #FF9BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BC0; }
p { color: rgb(255,155,192); }
H1.HeaderClassName
{
color: #FF9BC0;
}
.AnyTagClassName
{
color: #FF9BC0;
}
</style>
background-color css
<style>
a { background-color: #FF9BC0; }
a { background-color: rgb(255,155,192); }
div.DivClassName
{
background-color: #FF9BC0;
}
.BgClassName
{
background-color: #FF9BC0;
}
</style>
border-color css
<style>
span { border-color: #FF9BC0; }
span { border-color: rgb(255,155,192); }
td.TdClassName
{
border-color: #FF9BC0;
}
.TagClassName
{
border-color: #FF9BC0;
}
</style>