Shades of Carnation Pink #F9A1BD
Tints of Carnation Pink #F9A1BD
RGB
CMYK
RGB Variations
Color information
#F9A1BD (or 0xF9A1BD) is known color: Carnation Pink. HEX triplet: F9, A1 and BD. RGB value is (249,161,189). Sum of RGB (Red+Green+Blue) = 249+161+189=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1BD is #065E42. Grayscale: #BEBEBE. Windows color (decimal): -417347 or 12427769. OLE color: 12427769.
HSL color Cylindrical-coordinate representation of color #F9A1BD: hue angle of 340.91º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1BD is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 189 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.02 |
| HSL | 340.91º | 0.88% | 0.8% | - |
| HSV(B) | 340.91º | 0.35% | 0.98% | - |
| XYZ | 61 | 49.3 | 54.45 | - |
| YUV | 190.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 189 | 0 | 0.35 | 0.24 | 0.02 | 340.91 | 0.88 | 0.8 |
| Hex | F9 | A1 | BD | 0 | 23 | 18 | 2 | 155 | 58 | 50 |
| Octal | 371 | 241 | 275 | 0 | 43 | 30 | 2 | 525 | 130 | 120 |
| Binary | 11111001 | 10100001 | 10111101 | 0 | 100011 | 11000 | 10 | 101010101 | 1011000 | 1010000 |
Color Harmonies of #F9A1BD
Complementary color
Monochromatic Colors of #F9A1BD
Black with #F9A1BD
Text Example
Text Example
White with #F9A1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A1BD; }
p { color: rgb(249,161,189); }
H1.HeaderClassName
{
color: #F9A1BD;
}
.AnyTagClassName
{
color: #F9A1BD;
}
</style>
background-color css
<style>
a { background-color: #F9A1BD; }
a { background-color: rgb(249,161,189); }
div.DivClassName
{
background-color: #F9A1BD;
}
.BgClassName
{
background-color: #F9A1BD;
}
</style>
border-color css
<style>
span { border-color: #F9A1BD; }
span { border-color: rgb(249,161,189); }
td.TdClassName
{
border-color: #F9A1BD;
}
.TagClassName
{
border-color: #F9A1BD;
}
</style>