Shades of Carnation Pink #FF9ACC
Tints of Carnation Pink #FF9ACC
RGB
CMYK
RGB Variations
Color information
#FF9ACC (or 0xFF9ACC) is known color: Carnation Pink. HEX triplet: FF, 9A and CC. RGB value is (255,154,204). Sum of RGB (Red+Green+Blue) = 255+154+204=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ACC is #006533. Grayscale: #BDBDBD. Windows color (decimal): -25908 or 13409023. OLE color: 13409023.
HSL color Cylindrical-coordinate representation of color #FF9ACC: hue angle of 330.3º 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 #FF9ACC is Cyan = 0, Magento = 0.40, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 204 | - |
| CMYK | 0 | 0.40 | 0.2 | 0 |
| HSL | 330.3º | 1% | 0.8% | - |
| HSV(B) | 330.3º | 0.4% | 1% | - |
| XYZ | 63.69 | 48.73 | 63.18 | - |
| YUV | 189.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 204 | 0 | 0.40 | 0.2 | 0 | 330.3 | 1 | 0.8 |
| Hex | FF | 9A | CC | 0 | 28 | 14 | 0 | 14A | 64 | 50 |
| Octal | 377 | 232 | 314 | 0 | 50 | 24 | 0 | 512 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11001100 | 0 | 101000 | 10100 | 0 | 101001010 | 1100100 | 1010000 |
Color Harmonies of #FF9ACC
Complementary color
Monochromatic Colors of #FF9ACC
Black with #FF9ACC
Text Example
Text Example
White with #FF9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ACC; }
p { color: rgb(255,154,204); }
H1.HeaderClassName
{
color: #FF9ACC;
}
.AnyTagClassName
{
color: #FF9ACC;
}
</style>
background-color css
<style>
a { background-color: #FF9ACC; }
a { background-color: rgb(255,154,204); }
div.DivClassName
{
background-color: #FF9ACC;
}
.BgClassName
{
background-color: #FF9ACC;
}
</style>
border-color css
<style>
span { border-color: #FF9ACC; }
span { border-color: rgb(255,154,204); }
td.TdClassName
{
border-color: #FF9ACC;
}
.TagClassName
{
border-color: #FF9ACC;
}
</style>