Shades of Carnation Pink #F9A6CC
Tints of Carnation Pink #F9A6CC
RGB
CMYK
RGB Variations
Color information
#F9A6CC (or 0xF9A6CC) is known color: Carnation Pink. HEX triplet: F9, A6 and CC. RGB value is (249,166,204). Sum of RGB (Red+Green+Blue) = 249+166+204=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6CC is #065933. Grayscale: #C3C3C3. Windows color (decimal): -416052 or 13412089. OLE color: 13412089.
HSL color Cylindrical-coordinate representation of color #F9A6CC: hue angle of 332.53º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A6CC is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 204 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.02 |
| HSL | 332.53º | 0.87% | 0.81% | - |
| HSV(B) | 332.53º | 0.33% | 0.98% | - |
| XYZ | 63.6 | 51.77 | 63.77 | - |
| YUV | 195.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 204 | 0 | 0.33 | 0.18 | 0.02 | 332.53 | 0.87 | 0.81 |
| Hex | F9 | A6 | CC | 0 | 21 | 12 | 2 | 14D | 57 | 51 |
| Octal | 371 | 246 | 314 | 0 | 41 | 22 | 2 | 515 | 127 | 121 |
| Binary | 11111001 | 10100110 | 11001100 | 0 | 100001 | 10010 | 10 | 101001101 | 1010111 | 1010001 |
Color Harmonies of #F9A6CC
Complementary color
Monochromatic Colors of #F9A6CC
Black with #F9A6CC
Text Example
Text Example
White with #F9A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A6CC; }
p { color: rgb(249,166,204); }
H1.HeaderClassName
{
color: #F9A6CC;
}
.AnyTagClassName
{
color: #F9A6CC;
}
</style>
background-color css
<style>
a { background-color: #F9A6CC; }
a { background-color: rgb(249,166,204); }
div.DivClassName
{
background-color: #F9A6CC;
}
.BgClassName
{
background-color: #F9A6CC;
}
</style>
border-color css
<style>
span { border-color: #F9A6CC; }
span { border-color: rgb(249,166,204); }
td.TdClassName
{
border-color: #F9A6CC;
}
.TagClassName
{
border-color: #F9A6CC;
}
</style>