Shades of Carnation Pink #FF9AC2
Tints of Carnation Pink #FF9AC2
RGB
CMYK
RGB Variations
Color information
#FF9AC2 (or 0xFF9AC2) is known color: Carnation Pink. HEX triplet: FF, 9A and C2. RGB value is (255,154,194). Sum of RGB (Red+Green+Blue) = 255+154+194=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AC2 is #00653D. Grayscale: #BCBCBC. Windows color (decimal): -25918 or 12753663. OLE color: 12753663.
HSL color Cylindrical-coordinate representation of color #FF9AC2: hue angle of 336.24º 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 #FF9AC2 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 194 | - |
| CMYK | 0 | 0.40 | 0.24 | 0 |
| HSL | 336.24º | 1% | 0.8% | - |
| HSV(B) | 336.24º | 0.4% | 1% | - |
| XYZ | 62.53 | 48.27 | 57.06 | - |
| YUV | 188.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 194 | 0 | 0.40 | 0.24 | 0 | 336.24 | 1 | 0.8 |
| Hex | FF | 9A | C2 | 0 | 28 | 18 | 0 | 150 | 64 | 50 |
| Octal | 377 | 232 | 302 | 0 | 50 | 30 | 0 | 520 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11000010 | 0 | 101000 | 11000 | 0 | 101010000 | 1100100 | 1010000 |
Color Harmonies of #FF9AC2
Complementary color
Monochromatic Colors of #FF9AC2
Black with #FF9AC2
Text Example
Text Example
White with #FF9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AC2; }
p { color: rgb(255,154,194); }
H1.HeaderClassName
{
color: #FF9AC2;
}
.AnyTagClassName
{
color: #FF9AC2;
}
</style>
background-color css
<style>
a { background-color: #FF9AC2; }
a { background-color: rgb(255,154,194); }
div.DivClassName
{
background-color: #FF9AC2;
}
.BgClassName
{
background-color: #FF9AC2;
}
</style>
border-color css
<style>
span { border-color: #FF9AC2; }
span { border-color: rgb(255,154,194); }
td.TdClassName
{
border-color: #FF9AC2;
}
.TagClassName
{
border-color: #FF9AC2;
}
</style>