Shades of Carnation Pink #F9A6CA
Tints of Carnation Pink #F9A6CA
RGB
CMYK
RGB Variations
Color information
#F9A6CA (or 0xF9A6CA) is known color: Carnation Pink. HEX triplet: F9, A6 and CA. RGB value is (249,166,202). Sum of RGB (Red+Green+Blue) = 249+166+202=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6CA is #065935. Grayscale: #C2C2C2. Windows color (decimal): -416054 or 13281017. OLE color: 13281017.
HSL color Cylindrical-coordinate representation of color #F9A6CA: hue angle of 333.98º 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 #F9A6CA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 202 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.02 |
| HSL | 333.98º | 0.87% | 0.81% | - |
| HSV(B) | 333.98º | 0.33% | 0.98% | - |
| XYZ | 63.36 | 51.68 | 62.51 | - |
| YUV | 194.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 202 | 0 | 0.33 | 0.19 | 0.02 | 333.98 | 0.87 | 0.81 |
| Hex | F9 | A6 | CA | 0 | 21 | 13 | 2 | 14E | 57 | 51 |
| Octal | 371 | 246 | 312 | 0 | 41 | 23 | 2 | 516 | 127 | 121 |
| Binary | 11111001 | 10100110 | 11001010 | 0 | 100001 | 10011 | 10 | 101001110 | 1010111 | 1010001 |
Color Harmonies of #F9A6CA
Complementary color
Monochromatic Colors of #F9A6CA
Black with #F9A6CA
Text Example
Text Example
White with #F9A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A6CA; }
p { color: rgb(249,166,202); }
H1.HeaderClassName
{
color: #F9A6CA;
}
.AnyTagClassName
{
color: #F9A6CA;
}
</style>
background-color css
<style>
a { background-color: #F9A6CA; }
a { background-color: rgb(249,166,202); }
div.DivClassName
{
background-color: #F9A6CA;
}
.BgClassName
{
background-color: #F9A6CA;
}
</style>
border-color css
<style>
span { border-color: #F9A6CA; }
span { border-color: rgb(249,166,202); }
td.TdClassName
{
border-color: #F9A6CA;
}
.TagClassName
{
border-color: #F9A6CA;
}
</style>