Shades of Carnation Pink #FF9DBA
Tints of Carnation Pink #FF9DBA
RGB
CMYK
RGB Variations
Color information
#FF9DBA (or 0xFF9DBA) is known color: Carnation Pink. HEX triplet: FF, 9D and BA. RGB value is (255,157,186). Sum of RGB (Red+Green+Blue) = 255+157+186=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DBA is #006245. Grayscale: #BDBDBD. Windows color (decimal): -25158 or 12230143. OLE color: 12230143.
HSL color Cylindrical-coordinate representation of color #FF9DBA: hue angle of 342.24º 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 #FF9DBA is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 186 | - |
| CMYK | 0 | 0.38 | 0.27 | 0 |
| HSL | 342.24º | 1% | 0.81% | - |
| HSV(B) | 342.24º | 0.38% | 1% | - |
| XYZ | 62.16 | 48.92 | 52.62 | - |
| YUV | 189.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 186 | 0 | 0.38 | 0.27 | 0 | 342.24 | 1 | 0.81 |
| Hex | FF | 9D | BA | 0 | 26 | 1B | 0 | 156 | 64 | 51 |
| Octal | 377 | 235 | 272 | 0 | 46 | 33 | 0 | 526 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10111010 | 0 | 100110 | 11011 | 0 | 101010110 | 1100100 | 1010001 |
Color Harmonies of #FF9DBA
Complementary color
Monochromatic Colors of #FF9DBA
Black with #FF9DBA
Text Example
Text Example
White with #FF9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DBA; }
p { color: rgb(255,157,186); }
H1.HeaderClassName
{
color: #FF9DBA;
}
.AnyTagClassName
{
color: #FF9DBA;
}
</style>
background-color css
<style>
a { background-color: #FF9DBA; }
a { background-color: rgb(255,157,186); }
div.DivClassName
{
background-color: #FF9DBA;
}
.BgClassName
{
background-color: #FF9DBA;
}
</style>
border-color css
<style>
span { border-color: #FF9DBA; }
span { border-color: rgb(255,157,186); }
td.TdClassName
{
border-color: #FF9DBA;
}
.TagClassName
{
border-color: #FF9DBA;
}
</style>