Shades of Carnation Pink #FA9EC6
Tints of Carnation Pink #FA9EC6
RGB
CMYK
RGB Variations
Color information
#FA9EC6 (or 0xFA9EC6) is known color: Carnation Pink. HEX triplet: FA, 9E and C6. RGB value is (250,158,198). Sum of RGB (Red+Green+Blue) = 250+158+198=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EC6 is #056139. Grayscale: #BEBEBE. Windows color (decimal): -352570 or 13016826. OLE color: 13016826.
HSL color Cylindrical-coordinate representation of color #FA9EC6: hue angle of 333.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9EC6 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 198 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.02 |
| HSL | 333.91º | 0.9% | 0.8% | - |
| HSV(B) | 333.91º | 0.37% | 0.98% | - |
| XYZ | 61.84 | 48.85 | 59.6 | - |
| YUV | 190.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 198 | 0 | 0.37 | 0.21 | 0.02 | 333.91 | 0.9 | 0.8 |
| Hex | FA | 9E | C6 | 0 | 25 | 15 | 2 | 14E | 5A | 50 |
| Octal | 372 | 236 | 306 | 0 | 45 | 25 | 2 | 516 | 132 | 120 |
| Binary | 11111010 | 10011110 | 11000110 | 0 | 100101 | 10101 | 10 | 101001110 | 1011010 | 1010000 |
Color Harmonies of #FA9EC6
Complementary color
Monochromatic Colors of #FA9EC6
Black with #FA9EC6
Text Example
Text Example
White with #FA9EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9EC6; }
p { color: rgb(250,158,198); }
H1.HeaderClassName
{
color: #FA9EC6;
}
.AnyTagClassName
{
color: #FA9EC6;
}
</style>
background-color css
<style>
a { background-color: #FA9EC6; }
a { background-color: rgb(250,158,198); }
div.DivClassName
{
background-color: #FA9EC6;
}
.BgClassName
{
background-color: #FA9EC6;
}
</style>
border-color css
<style>
span { border-color: #FA9EC6; }
span { border-color: rgb(250,158,198); }
td.TdClassName
{
border-color: #FA9EC6;
}
.TagClassName
{
border-color: #FA9EC6;
}
</style>