Shades of Carnation Pink #FA9ACF
Tints of Carnation Pink #FA9ACF
RGB
CMYK
RGB Variations
Color information
#FA9ACF (or 0xFA9ACF) is known color: Carnation Pink. HEX triplet: FA, 9A and CF. RGB value is (250,154,207). Sum of RGB (Red+Green+Blue) = 250+154+207=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ACF is #056530. Grayscale: #BCBCBC. Windows color (decimal): -353585 or 13605626. OLE color: 13605626.
HSL color Cylindrical-coordinate representation of color #FA9ACF: hue angle of 326.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9ACF is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 207 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.02 |
| HSL | 326.88º | 0.91% | 0.79% | - |
| HSV(B) | 326.88º | 0.38% | 0.98% | - |
| XYZ | 62.24 | 47.94 | 65 | - |
| YUV | 188.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 207 | 0 | 0.38 | 0.17 | 0.02 | 326.88 | 0.91 | 0.79 |
| Hex | FA | 9A | CF | 0 | 26 | 11 | 2 | 147 | 5B | 4F |
| Octal | 372 | 232 | 317 | 0 | 46 | 21 | 2 | 507 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11001111 | 0 | 100110 | 10001 | 10 | 101000111 | 1011011 | 1001111 |
Color Harmonies of #FA9ACF
Complementary color
Monochromatic Colors of #FA9ACF
Black with #FA9ACF
Text Example
Text Example
White with #FA9ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9ACF; }
p { color: rgb(250,154,207); }
H1.HeaderClassName
{
color: #FA9ACF;
}
.AnyTagClassName
{
color: #FA9ACF;
}
</style>
background-color css
<style>
a { background-color: #FA9ACF; }
a { background-color: rgb(250,154,207); }
div.DivClassName
{
background-color: #FA9ACF;
}
.BgClassName
{
background-color: #FA9ACF;
}
</style>
border-color css
<style>
span { border-color: #FA9ACF; }
span { border-color: rgb(250,154,207); }
td.TdClassName
{
border-color: #FA9ACF;
}
.TagClassName
{
border-color: #FA9ACF;
}
</style>