Shades of Carnation Pink #FF9DB9
Tints of Carnation Pink #FF9DB9
RGB
CMYK
RGB Variations
Color information
#FF9DB9 (or 0xFF9DB9) is known color: Carnation Pink. HEX triplet: FF, 9D and B9. RGB value is (255,157,185). Sum of RGB (Red+Green+Blue) = 255+157+185=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DB9 is #006246. Grayscale: #BDBDBD. Windows color (decimal): -25159 or 12164607. OLE color: 12164607.
HSL color Cylindrical-coordinate representation of color #FF9DB9: hue angle of 342.86º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DB9 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 185 | - |
| CMYK | 0 | 0.38 | 0.27 | 0 |
| HSL | 342.86º | 1% | 0.81% | - |
| HSV(B) | 342.86º | 0.38% | 1% | - |
| XYZ | 62.05 | 48.88 | 52.06 | - |
| YUV | 189.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 185 | 0 | 0.38 | 0.27 | 0 | 342.86 | 1 | 0.81 |
| Hex | FF | 9D | B9 | 0 | 26 | 1B | 0 | 157 | 64 | 51 |
| Octal | 377 | 235 | 271 | 0 | 46 | 33 | 0 | 527 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10111001 | 0 | 100110 | 11011 | 0 | 101010111 | 1100100 | 1010001 |
Color Harmonies of #FF9DB9
Complementary color
Monochromatic Colors of #FF9DB9
Black with #FF9DB9
Text Example
Text Example
White with #FF9DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DB9; }
p { color: rgb(255,157,185); }
H1.HeaderClassName
{
color: #FF9DB9;
}
.AnyTagClassName
{
color: #FF9DB9;
}
</style>
background-color css
<style>
a { background-color: #FF9DB9; }
a { background-color: rgb(255,157,185); }
div.DivClassName
{
background-color: #FF9DB9;
}
.BgClassName
{
background-color: #FF9DB9;
}
</style>
border-color css
<style>
span { border-color: #FF9DB9; }
span { border-color: rgb(255,157,185); }
td.TdClassName
{
border-color: #FF9DB9;
}
.TagClassName
{
border-color: #FF9DB9;
}
</style>