Shades of Carnation Pink #F9A0BC
Tints of Carnation Pink #F9A0BC
RGB
CMYK
RGB Variations
Color information
#F9A0BC (or 0xF9A0BC) is known color: Carnation Pink. HEX triplet: F9, A0 and BC. RGB value is (249,160,188). Sum of RGB (Red+Green+Blue) = 249+160+188=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A0BC is #065F43. Grayscale: #BDBDBD. Windows color (decimal): -417604 or 12361977. OLE color: 12361977.
HSL color Cylindrical-coordinate representation of color #F9A0BC: hue angle of 341.12º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A0BC is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 188 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.02 |
| HSL | 341.12º | 0.88% | 0.8% | - |
| HSV(B) | 341.12º | 0.36% | 0.98% | - |
| XYZ | 60.71 | 48.91 | 53.82 | - |
| YUV | 189.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 188 | 0 | 0.36 | 0.24 | 0.02 | 341.12 | 0.88 | 0.8 |
| Hex | F9 | A0 | BC | 0 | 24 | 18 | 2 | 155 | 58 | 50 |
| Octal | 371 | 240 | 274 | 0 | 44 | 30 | 2 | 525 | 130 | 120 |
| Binary | 11111001 | 10100000 | 10111100 | 0 | 100100 | 11000 | 10 | 101010101 | 1011000 | 1010000 |
Color Harmonies of #F9A0BC
Complementary color
Monochromatic Colors of #F9A0BC
Black with #F9A0BC
Text Example
Text Example
White with #F9A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A0BC; }
p { color: rgb(249,160,188); }
H1.HeaderClassName
{
color: #F9A0BC;
}
.AnyTagClassName
{
color: #F9A0BC;
}
</style>
background-color css
<style>
a { background-color: #F9A0BC; }
a { background-color: rgb(249,160,188); }
div.DivClassName
{
background-color: #F9A0BC;
}
.BgClassName
{
background-color: #F9A0BC;
}
</style>
border-color css
<style>
span { border-color: #F9A0BC; }
span { border-color: rgb(249,160,188); }
td.TdClassName
{
border-color: #F9A0BC;
}
.TagClassName
{
border-color: #F9A0BC;
}
</style>