Shades of Carnation Pink #FF9AD0
Tints of Carnation Pink #FF9AD0
RGB
CMYK
RGB Variations
Color information
#FF9AD0 (or 0xFF9AD0) is known color: Carnation Pink. HEX triplet: FF, 9A and D0. RGB value is (255,154,208). Sum of RGB (Red+Green+Blue) = 255+154+208=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AD0 is #00652F. Grayscale: #BEBEBE. Windows color (decimal): -25904 or 13671167. OLE color: 13671167.
HSL color Cylindrical-coordinate representation of color #FF9AD0: hue angle of 327.92º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9AD0 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 208 | - |
| CMYK | 0 | 0.40 | 0.18 | 0 |
| HSL | 327.92º | 1% | 0.8% | - |
| HSV(B) | 327.92º | 0.4% | 1% | - |
| XYZ | 64.18 | 48.93 | 65.74 | - |
| YUV | 190.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 208 | 0 | 0.40 | 0.18 | 0 | 327.92 | 1 | 0.8 |
| Hex | FF | 9A | D0 | 0 | 28 | 12 | 0 | 148 | 64 | 50 |
| Octal | 377 | 232 | 320 | 0 | 50 | 22 | 0 | 510 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11010000 | 0 | 101000 | 10010 | 0 | 101001000 | 1100100 | 1010000 |
Color Harmonies of #FF9AD0
Complementary color
Monochromatic Colors of #FF9AD0
Black with #FF9AD0
Text Example
Text Example
White with #FF9AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AD0; }
p { color: rgb(255,154,208); }
H1.HeaderClassName
{
color: #FF9AD0;
}
.AnyTagClassName
{
color: #FF9AD0;
}
</style>
background-color css
<style>
a { background-color: #FF9AD0; }
a { background-color: rgb(255,154,208); }
div.DivClassName
{
background-color: #FF9AD0;
}
.BgClassName
{
background-color: #FF9AD0;
}
</style>
border-color css
<style>
span { border-color: #FF9AD0; }
span { border-color: rgb(255,154,208); }
td.TdClassName
{
border-color: #FF9AD0;
}
.TagClassName
{
border-color: #FF9AD0;
}
</style>