Shades of Carnation Pink #F9A7CB
Tints of Carnation Pink #F9A7CB
RGB
CMYK
RGB Variations
Color information
#F9A7CB (or 0xF9A7CB) is known color: Carnation Pink. HEX triplet: F9, A7 and CB. RGB value is (249,167,203). Sum of RGB (Red+Green+Blue) = 249+167+203=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A7CB is #065834. Grayscale: #C3C3C3. Windows color (decimal): -415797 or 13346809. OLE color: 13346809.
HSL color Cylindrical-coordinate representation of color #F9A7CB: hue angle of 333.66º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A7CB is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 167 | 203 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.02 |
| HSL | 333.66º | 0.87% | 0.82% | - |
| HSV(B) | 333.66º | 0.33% | 0.98% | - |
| XYZ | 63.67 | 52.09 | 63.2 | - |
| YUV | 195.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 167 | 203 | 0 | 0.33 | 0.18 | 0.02 | 333.66 | 0.87 | 0.82 |
| Hex | F9 | A7 | CB | 0 | 21 | 12 | 2 | 14E | 57 | 52 |
| Octal | 371 | 247 | 313 | 0 | 41 | 22 | 2 | 516 | 127 | 122 |
| Binary | 11111001 | 10100111 | 11001011 | 0 | 100001 | 10010 | 10 | 101001110 | 1010111 | 1010010 |
Color Harmonies of #F9A7CB
Complementary color
Monochromatic Colors of #F9A7CB
Black with #F9A7CB
Text Example
Text Example
White with #F9A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A7CB; }
p { color: rgb(249,167,203); }
H1.HeaderClassName
{
color: #F9A7CB;
}
.AnyTagClassName
{
color: #F9A7CB;
}
</style>
background-color css
<style>
a { background-color: #F9A7CB; }
a { background-color: rgb(249,167,203); }
div.DivClassName
{
background-color: #F9A7CB;
}
.BgClassName
{
background-color: #F9A7CB;
}
</style>
border-color css
<style>
span { border-color: #F9A7CB; }
span { border-color: rgb(249,167,203); }
td.TdClassName
{
border-color: #F9A7CB;
}
.TagClassName
{
border-color: #F9A7CB;
}
</style>