Shades of Carnation Pink #FA9EC9
Tints of Carnation Pink #FA9EC9
RGB
CMYK
RGB Variations
Color information
#FA9EC9 (or 0xFA9EC9) is known color: Carnation Pink. HEX triplet: FA, 9E and C9. RGB value is (250,158,201). Sum of RGB (Red+Green+Blue) = 250+158+201=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EC9 is #056136. Grayscale: #BEBEBE. Windows color (decimal): -352567 or 13213434. OLE color: 13213434.
HSL color Cylindrical-coordinate representation of color #FA9EC9: hue angle of 331.96º 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 #FA9EC9 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 201 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.02 |
| HSL | 331.96º | 0.9% | 0.8% | - |
| HSV(B) | 331.96º | 0.37% | 0.98% | - |
| XYZ | 62.19 | 48.99 | 61.44 | - |
| YUV | 190.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 201 | 0 | 0.37 | 0.20 | 0.02 | 331.96 | 0.9 | 0.8 |
| Hex | FA | 9E | C9 | 0 | 25 | 14 | 2 | 14C | 5A | 50 |
| Octal | 372 | 236 | 311 | 0 | 45 | 24 | 2 | 514 | 132 | 120 |
| Binary | 11111010 | 10011110 | 11001001 | 0 | 100101 | 10100 | 10 | 101001100 | 1011010 | 1010000 |
Color Harmonies of #FA9EC9
Complementary color
Monochromatic Colors of #FA9EC9
Black with #FA9EC9
Text Example
Text Example
White with #FA9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9EC9; }
p { color: rgb(250,158,201); }
H1.HeaderClassName
{
color: #FA9EC9;
}
.AnyTagClassName
{
color: #FA9EC9;
}
</style>
background-color css
<style>
a { background-color: #FA9EC9; }
a { background-color: rgb(250,158,201); }
div.DivClassName
{
background-color: #FA9EC9;
}
.BgClassName
{
background-color: #FA9EC9;
}
</style>
border-color css
<style>
span { border-color: #FA9EC9; }
span { border-color: rgb(250,158,201); }
td.TdClassName
{
border-color: #FA9EC9;
}
.TagClassName
{
border-color: #FA9EC9;
}
</style>