Shades of Carnation Pink #F9A2CE
Tints of Carnation Pink #F9A2CE
RGB
CMYK
RGB Variations
Color information
#F9A2CE (or 0xF9A2CE) is known color: Carnation Pink. HEX triplet: F9, A2 and CE. RGB value is (249,162,206). Sum of RGB (Red+Green+Blue) = 249+162+206=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2CE is #065D31. Grayscale: #C0C0C0. Windows color (decimal): -417074 or 13542137. OLE color: 13542137.
HSL color Cylindrical-coordinate representation of color #F9A2CE: hue angle of 329.66º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A2CE is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 206 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.02 |
| HSL | 329.66º | 0.88% | 0.81% | - |
| HSV(B) | 329.66º | 0.35% | 0.98% | - |
| XYZ | 63.13 | 50.44 | 64.8 | - |
| YUV | 193.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 206 | 0 | 0.35 | 0.17 | 0.02 | 329.66 | 0.88 | 0.81 |
| Hex | F9 | A2 | CE | 0 | 23 | 11 | 2 | 14A | 58 | 51 |
| Octal | 371 | 242 | 316 | 0 | 43 | 21 | 2 | 512 | 130 | 121 |
| Binary | 11111001 | 10100010 | 11001110 | 0 | 100011 | 10001 | 10 | 101001010 | 1011000 | 1010001 |
Color Harmonies of #F9A2CE
Complementary color
Monochromatic Colors of #F9A2CE
Black with #F9A2CE
Text Example
Text Example
White with #F9A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A2CE; }
p { color: rgb(249,162,206); }
H1.HeaderClassName
{
color: #F9A2CE;
}
.AnyTagClassName
{
color: #F9A2CE;
}
</style>
background-color css
<style>
a { background-color: #F9A2CE; }
a { background-color: rgb(249,162,206); }
div.DivClassName
{
background-color: #F9A2CE;
}
.BgClassName
{
background-color: #F9A2CE;
}
</style>
border-color css
<style>
span { border-color: #F9A2CE; }
span { border-color: rgb(249,162,206); }
td.TdClassName
{
border-color: #F9A2CE;
}
.TagClassName
{
border-color: #F9A2CE;
}
</style>