Shades of Carnation Pink #FF9AC5
Tints of Carnation Pink #FF9AC5
RGB
CMYK
RGB Variations
Color information
#FF9AC5 (or 0xFF9AC5) is known color: Carnation Pink. HEX triplet: FF, 9A and C5. RGB value is (255,154,197). Sum of RGB (Red+Green+Blue) = 255+154+197=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AC5 is #00653A. Grayscale: #BDBDBD. Windows color (decimal): -25915 or 12950271. OLE color: 12950271.
HSL color Cylindrical-coordinate representation of color #FF9AC5: hue angle of 334.46º 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 #FF9AC5 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 197 | - |
| CMYK | 0 | 0.40 | 0.23 | 0 |
| HSL | 334.46º | 1% | 0.8% | - |
| HSV(B) | 334.46º | 0.4% | 1% | - |
| XYZ | 62.87 | 48.4 | 58.85 | - |
| YUV | 189.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 197 | 0 | 0.40 | 0.23 | 0 | 334.46 | 1 | 0.8 |
| Hex | FF | 9A | C5 | 0 | 28 | 17 | 0 | 14E | 64 | 50 |
| Octal | 377 | 232 | 305 | 0 | 50 | 27 | 0 | 516 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11000101 | 0 | 101000 | 10111 | 0 | 101001110 | 1100100 | 1010000 |
Color Harmonies of #FF9AC5
Complementary color
Monochromatic Colors of #FF9AC5
Black with #FF9AC5
Text Example
Text Example
White with #FF9AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AC5; }
p { color: rgb(255,154,197); }
H1.HeaderClassName
{
color: #FF9AC5;
}
.AnyTagClassName
{
color: #FF9AC5;
}
</style>
background-color css
<style>
a { background-color: #FF9AC5; }
a { background-color: rgb(255,154,197); }
div.DivClassName
{
background-color: #FF9AC5;
}
.BgClassName
{
background-color: #FF9AC5;
}
</style>
border-color css
<style>
span { border-color: #FF9AC5; }
span { border-color: rgb(255,154,197); }
td.TdClassName
{
border-color: #FF9AC5;
}
.TagClassName
{
border-color: #FF9AC5;
}
</style>