Shades of Carnation Pink #FF9BC1
Tints of Carnation Pink #FF9BC1
RGB
CMYK
RGB Variations
Color information
#FF9BC1 (or 0xFF9BC1) is known color: Carnation Pink. HEX triplet: FF, 9B and C1. RGB value is (255,155,193). Sum of RGB (Red+Green+Blue) = 255+155+193=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BC1 is #00643E. Grayscale: #BDBDBD. Windows color (decimal): -25663 or 12688383. OLE color: 12688383.
HSL color Cylindrical-coordinate representation of color #FF9BC1: hue angle of 337.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 #FF9BC1 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 193 | - |
| CMYK | 0 | 0.39 | 0.24 | 0 |
| HSL | 337.2º | 1% | 0.8% | - |
| HSV(B) | 337.2º | 0.39% | 1% | - |
| XYZ | 62.59 | 48.55 | 56.53 | - |
| YUV | 189.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 193 | 0 | 0.39 | 0.24 | 0 | 337.2 | 1 | 0.8 |
| Hex | FF | 9B | C1 | 0 | 27 | 18 | 0 | 151 | 64 | 50 |
| Octal | 377 | 233 | 301 | 0 | 47 | 30 | 0 | 521 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11000001 | 0 | 100111 | 11000 | 0 | 101010001 | 1100100 | 1010000 |
Color Harmonies of #FF9BC1
Complementary color
Monochromatic Colors of #FF9BC1
Black with #FF9BC1
Text Example
Text Example
White with #FF9BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BC1; }
p { color: rgb(255,155,193); }
H1.HeaderClassName
{
color: #FF9BC1;
}
.AnyTagClassName
{
color: #FF9BC1;
}
</style>
background-color css
<style>
a { background-color: #FF9BC1; }
a { background-color: rgb(255,155,193); }
div.DivClassName
{
background-color: #FF9BC1;
}
.BgClassName
{
background-color: #FF9BC1;
}
</style>
border-color css
<style>
span { border-color: #FF9BC1; }
span { border-color: rgb(255,155,193); }
td.TdClassName
{
border-color: #FF9BC1;
}
.TagClassName
{
border-color: #FF9BC1;
}
</style>