Shades of Carnation Pink #FF9ACD
Tints of Carnation Pink #FF9ACD
RGB
CMYK
RGB Variations
Color information
#FF9ACD (or 0xFF9ACD) is known color: Carnation Pink. HEX triplet: FF, 9A and CD. RGB value is (255,154,205). Sum of RGB (Red+Green+Blue) = 255+154+205=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ACD is #006532. Grayscale: #BDBDBD. Windows color (decimal): -25907 or 13474559. OLE color: 13474559.
HSL color Cylindrical-coordinate representation of color #FF9ACD: hue angle of 329.7º 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 #FF9ACD is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 205 | - |
| CMYK | 0 | 0.40 | 0.20 | 0 |
| HSL | 329.7º | 1% | 0.8% | - |
| HSV(B) | 329.7º | 0.4% | 1% | - |
| XYZ | 63.82 | 48.78 | 63.81 | - |
| YUV | 190.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 205 | 0 | 0.40 | 0.20 | 0 | 329.7 | 1 | 0.8 |
| Hex | FF | 9A | CD | 0 | 28 | 14 | 0 | 14A | 64 | 50 |
| Octal | 377 | 232 | 315 | 0 | 50 | 24 | 0 | 512 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11001101 | 0 | 101000 | 10100 | 0 | 101001010 | 1100100 | 1010000 |
Color Harmonies of #FF9ACD
Complementary color
Monochromatic Colors of #FF9ACD
Black with #FF9ACD
Text Example
Text Example
White with #FF9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ACD; }
p { color: rgb(255,154,205); }
H1.HeaderClassName
{
color: #FF9ACD;
}
.AnyTagClassName
{
color: #FF9ACD;
}
</style>
background-color css
<style>
a { background-color: #FF9ACD; }
a { background-color: rgb(255,154,205); }
div.DivClassName
{
background-color: #FF9ACD;
}
.BgClassName
{
background-color: #FF9ACD;
}
</style>
border-color css
<style>
span { border-color: #FF9ACD; }
span { border-color: rgb(255,154,205); }
td.TdClassName
{
border-color: #FF9ACD;
}
.TagClassName
{
border-color: #FF9ACD;
}
</style>