Shades of Carnation Pink #F9A4BD
Tints of Carnation Pink #F9A4BD
RGB
CMYK
RGB Variations
Color information
#F9A4BD (or 0xF9A4BD) is known color: Carnation Pink. HEX triplet: F9, A4 and BD. RGB value is (249,164,189). Sum of RGB (Red+Green+Blue) = 249+164+189=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A4BD is #065B42. Grayscale: #C0C0C0. Windows color (decimal): -416579 or 12428537. OLE color: 12428537.
HSL color Cylindrical-coordinate representation of color #F9A4BD: hue angle of 342.35º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A4BD is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 189 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.02 |
| HSL | 342.35º | 0.88% | 0.81% | - |
| HSV(B) | 342.35º | 0.34% | 0.98% | - |
| XYZ | 61.53 | 50.36 | 54.62 | - |
| YUV | 192.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 189 | 0 | 0.34 | 0.24 | 0.02 | 342.35 | 0.88 | 0.81 |
| Hex | F9 | A4 | BD | 0 | 22 | 18 | 2 | 156 | 58 | 51 |
| Octal | 371 | 244 | 275 | 0 | 42 | 30 | 2 | 526 | 130 | 121 |
| Binary | 11111001 | 10100100 | 10111101 | 0 | 100010 | 11000 | 10 | 101010110 | 1011000 | 1010001 |
Color Harmonies of #F9A4BD
Complementary color
Monochromatic Colors of #F9A4BD
Black with #F9A4BD
Text Example
Text Example
White with #F9A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A4BD; }
p { color: rgb(249,164,189); }
H1.HeaderClassName
{
color: #F9A4BD;
}
.AnyTagClassName
{
color: #F9A4BD;
}
</style>
background-color css
<style>
a { background-color: #F9A4BD; }
a { background-color: rgb(249,164,189); }
div.DivClassName
{
background-color: #F9A4BD;
}
.BgClassName
{
background-color: #F9A4BD;
}
</style>
border-color css
<style>
span { border-color: #F9A4BD; }
span { border-color: rgb(249,164,189); }
td.TdClassName
{
border-color: #F9A4BD;
}
.TagClassName
{
border-color: #F9A4BD;
}
</style>