Shades of Carnation Pink #FA9ECC
Tints of Carnation Pink #FA9ECC
RGB
CMYK
RGB Variations
Color information
#FA9ECC (or 0xFA9ECC) is known color: Carnation Pink. HEX triplet: FA, 9E and CC. RGB value is (250,158,204). Sum of RGB (Red+Green+Blue) = 250+158+204=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ECC is #056133. Grayscale: #BEBEBE. Windows color (decimal): -352564 or 13410042. OLE color: 13410042.
HSL color Cylindrical-coordinate representation of color #FA9ECC: hue angle of 330º 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 #FA9ECC is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 204 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.02 |
| HSL | 330º | 0.9% | 0.8% | - |
| HSV(B) | 330º | 0.37% | 0.98% | - |
| XYZ | 62.55 | 49.14 | 63.31 | - |
| YUV | 190.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 204 | 0 | 0.37 | 0.18 | 0.02 | 330 | 0.9 | 0.8 |
| Hex | FA | 9E | CC | 0 | 25 | 12 | 2 | 14A | 5A | 50 |
| Octal | 372 | 236 | 314 | 0 | 45 | 22 | 2 | 512 | 132 | 120 |
| Binary | 11111010 | 10011110 | 11001100 | 0 | 100101 | 10010 | 10 | 101001010 | 1011010 | 1010000 |
Color Harmonies of #FA9ECC
Complementary color
Monochromatic Colors of #FA9ECC
Black with #FA9ECC
Text Example
Text Example
White with #FA9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9ECC; }
p { color: rgb(250,158,204); }
H1.HeaderClassName
{
color: #FA9ECC;
}
.AnyTagClassName
{
color: #FA9ECC;
}
</style>
background-color css
<style>
a { background-color: #FA9ECC; }
a { background-color: rgb(250,158,204); }
div.DivClassName
{
background-color: #FA9ECC;
}
.BgClassName
{
background-color: #FA9ECC;
}
</style>
border-color css
<style>
span { border-color: #FA9ECC; }
span { border-color: rgb(250,158,204); }
td.TdClassName
{
border-color: #FA9ECC;
}
.TagClassName
{
border-color: #FA9ECC;
}
</style>