Shades of Carnation Pink #F9A3BE
Tints of Carnation Pink #F9A3BE
RGB
CMYK
RGB Variations
Color information
#F9A3BE (or 0xF9A3BE) is known color: Carnation Pink. HEX triplet: F9, A3 and BE. RGB value is (249,163,190). Sum of RGB (Red+Green+Blue) = 249+163+190=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A3BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A3BE is #065C41. Grayscale: #BFBFBF. Windows color (decimal): -416834 or 12493817. OLE color: 12493817.
HSL color Cylindrical-coordinate representation of color #F9A3BE: hue angle of 341.16º 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 #F9A3BE is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 190 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.02 |
| HSL | 341.16º | 0.88% | 0.81% | - |
| HSV(B) | 341.16º | 0.35% | 0.98% | - |
| XYZ | 61.46 | 50.05 | 55.14 | - |
| YUV | 191.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 190 | 0 | 0.35 | 0.24 | 0.02 | 341.16 | 0.88 | 0.81 |
| Hex | F9 | A3 | BE | 0 | 23 | 18 | 2 | 155 | 58 | 51 |
| Octal | 371 | 243 | 276 | 0 | 43 | 30 | 2 | 525 | 130 | 121 |
| Binary | 11111001 | 10100011 | 10111110 | 0 | 100011 | 11000 | 10 | 101010101 | 1011000 | 1010001 |
Color Harmonies of #F9A3BE
Complementary color
Monochromatic Colors of #F9A3BE
Black with #F9A3BE
Text Example
Text Example
White with #F9A3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A3BE; }
p { color: rgb(249,163,190); }
H1.HeaderClassName
{
color: #F9A3BE;
}
.AnyTagClassName
{
color: #F9A3BE;
}
</style>
background-color css
<style>
a { background-color: #F9A3BE; }
a { background-color: rgb(249,163,190); }
div.DivClassName
{
background-color: #F9A3BE;
}
.BgClassName
{
background-color: #F9A3BE;
}
</style>
border-color css
<style>
span { border-color: #F9A3BE; }
span { border-color: rgb(249,163,190); }
td.TdClassName
{
border-color: #F9A3BE;
}
.TagClassName
{
border-color: #F9A3BE;
}
</style>