Shades of Carnation Pink #FA9ECF
Tints of Carnation Pink #FA9ECF
RGB
CMYK
RGB Variations
Color information
#FA9ECF (or 0xFA9ECF) is known color: Carnation Pink. HEX triplet: FA, 9E and CF. RGB value is (250,158,207). Sum of RGB (Red+Green+Blue) = 250+158+207=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ECF is #056130. Grayscale: #BEBEBE. Windows color (decimal): -352561 or 13606650. OLE color: 13606650.
HSL color Cylindrical-coordinate representation of color #FA9ECF: hue angle of 328.04º 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 #FA9ECF is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 207 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.02 |
| HSL | 328.04º | 0.9% | 0.8% | - |
| HSV(B) | 328.04º | 0.37% | 0.98% | - |
| XYZ | 62.91 | 49.28 | 65.23 | - |
| YUV | 191.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 207 | 0 | 0.37 | 0.17 | 0.02 | 328.04 | 0.9 | 0.8 |
| Hex | FA | 9E | CF | 0 | 25 | 11 | 2 | 148 | 5A | 50 |
| Octal | 372 | 236 | 317 | 0 | 45 | 21 | 2 | 510 | 132 | 120 |
| Binary | 11111010 | 10011110 | 11001111 | 0 | 100101 | 10001 | 10 | 101001000 | 1011010 | 1010000 |
Color Harmonies of #FA9ECF
Complementary color
Monochromatic Colors of #FA9ECF
Black with #FA9ECF
Text Example
Text Example
White with #FA9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9ECF; }
p { color: rgb(250,158,207); }
H1.HeaderClassName
{
color: #FA9ECF;
}
.AnyTagClassName
{
color: #FA9ECF;
}
</style>
background-color css
<style>
a { background-color: #FA9ECF; }
a { background-color: rgb(250,158,207); }
div.DivClassName
{
background-color: #FA9ECF;
}
.BgClassName
{
background-color: #FA9ECF;
}
</style>
border-color css
<style>
span { border-color: #FA9ECF; }
span { border-color: rgb(250,158,207); }
td.TdClassName
{
border-color: #FA9ECF;
}
.TagClassName
{
border-color: #FA9ECF;
}
</style>