Shades of Carnation Pink #FA9FC6
Tints of Carnation Pink #FA9FC6
RGB
CMYK
RGB Variations
Color information
#FA9FC6 (or 0xFA9FC6) is known color: Carnation Pink. HEX triplet: FA, 9F and C6. RGB value is (250,159,198). Sum of RGB (Red+Green+Blue) = 250+159+198=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FC6 is #056039. Grayscale: #BEBEBE. Windows color (decimal): -352314 or 13017082. OLE color: 13017082.
HSL color Cylindrical-coordinate representation of color #FA9FC6: hue angle of 334.29º degrees, saturation: 0.9, 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 #FA9FC6 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 198 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.02 |
| HSL | 334.29º | 0.9% | 0.8% | - |
| HSV(B) | 334.29º | 0.36% | 0.98% | - |
| XYZ | 62.02 | 49.2 | 59.65 | - |
| YUV | 190.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 198 | 0 | 0.36 | 0.21 | 0.02 | 334.29 | 0.9 | 0.8 |
| Hex | FA | 9F | C6 | 0 | 24 | 15 | 2 | 14E | 5A | 50 |
| Octal | 372 | 237 | 306 | 0 | 44 | 25 | 2 | 516 | 132 | 120 |
| Binary | 11111010 | 10011111 | 11000110 | 0 | 100100 | 10101 | 10 | 101001110 | 1011010 | 1010000 |
Color Harmonies of #FA9FC6
Complementary color
Monochromatic Colors of #FA9FC6
Black with #FA9FC6
Text Example
Text Example
White with #FA9FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9FC6; }
p { color: rgb(250,159,198); }
H1.HeaderClassName
{
color: #FA9FC6;
}
.AnyTagClassName
{
color: #FA9FC6;
}
</style>
background-color css
<style>
a { background-color: #FA9FC6; }
a { background-color: rgb(250,159,198); }
div.DivClassName
{
background-color: #FA9FC6;
}
.BgClassName
{
background-color: #FA9FC6;
}
</style>
border-color css
<style>
span { border-color: #FA9FC6; }
span { border-color: rgb(250,159,198); }
td.TdClassName
{
border-color: #FA9FC6;
}
.TagClassName
{
border-color: #FA9FC6;
}
</style>