Shades of Carnation Pink #FF9BD1
Tints of Carnation Pink #FF9BD1
RGB
CMYK
RGB Variations
Color information
#FF9BD1 (or 0xFF9BD1) is known color: Carnation Pink. HEX triplet: FF, 9B and D1. RGB value is (255,155,209). Sum of RGB (Red+Green+Blue) = 255+155+209=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BD1 is #00642E. Grayscale: #BEBEBE. Windows color (decimal): -25647 or 13736959. OLE color: 13736959.
HSL color Cylindrical-coordinate representation of color #FF9BD1: hue angle of 327.6º 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 #FF9BD1 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 209 | - |
| CMYK | 0 | 0.39 | 0.18 | 0 |
| HSL | 327.6º | 1% | 0.8% | - |
| HSV(B) | 327.6º | 0.39% | 1% | - |
| XYZ | 64.47 | 49.31 | 66.44 | - |
| YUV | 191.06 | 138.13 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 209 | 0 | 0.39 | 0.18 | 0 | 327.6 | 1 | 0.8 |
| Hex | FF | 9B | D1 | 0 | 27 | 12 | 0 | 148 | 64 | 50 |
| Octal | 377 | 233 | 321 | 0 | 47 | 22 | 0 | 510 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11010001 | 0 | 100111 | 10010 | 0 | 101001000 | 1100100 | 1010000 |
Color Harmonies of #FF9BD1
Complementary color
Monochromatic Colors of #FF9BD1
Black with #FF9BD1
Text Example
Text Example
White with #FF9BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BD1; }
p { color: rgb(255,155,209); }
H1.HeaderClassName
{
color: #FF9BD1;
}
.AnyTagClassName
{
color: #FF9BD1;
}
</style>
background-color css
<style>
a { background-color: #FF9BD1; }
a { background-color: rgb(255,155,209); }
div.DivClassName
{
background-color: #FF9BD1;
}
.BgClassName
{
background-color: #FF9BD1;
}
</style>
border-color css
<style>
span { border-color: #FF9BD1; }
span { border-color: rgb(255,155,209); }
td.TdClassName
{
border-color: #FF9BD1;
}
.TagClassName
{
border-color: #FF9BD1;
}
</style>