Shades of Carnation Pink #FA9FCD
Tints of Carnation Pink #FA9FCD
RGB
CMYK
RGB Variations
Color information
#FA9FCD (or 0xFA9FCD) is known color: Carnation Pink. HEX triplet: FA, 9F and CD. RGB value is (250,159,205). Sum of RGB (Red+Green+Blue) = 250+159+205=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FCD is #056032. Grayscale: #BFBFBF. Windows color (decimal): -352307 or 13475834. OLE color: 13475834.
HSL color Cylindrical-coordinate representation of color #FA9FCD: hue angle of 329.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FA9FCD is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 205 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.02 |
| HSL | 329.67º | 0.9% | 0.8% | - |
| HSV(B) | 329.67º | 0.36% | 0.98% | - |
| XYZ | 62.84 | 49.53 | 64.01 | - |
| YUV | 191.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 205 | 0 | 0.36 | 0.18 | 0.02 | 329.67 | 0.9 | 0.8 |
| Hex | FA | 9F | CD | 0 | 24 | 12 | 2 | 14A | 5A | 50 |
| Octal | 372 | 237 | 315 | 0 | 44 | 22 | 2 | 512 | 132 | 120 |
| Binary | 11111010 | 10011111 | 11001101 | 0 | 100100 | 10010 | 10 | 101001010 | 1011010 | 1010000 |
Color Harmonies of #FA9FCD
Complementary color
Monochromatic Colors of #FA9FCD
Black with #FA9FCD
Text Example
Text Example
White with #FA9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9FCD; }
p { color: rgb(250,159,205); }
H1.HeaderClassName
{
color: #FA9FCD;
}
.AnyTagClassName
{
color: #FA9FCD;
}
</style>
background-color css
<style>
a { background-color: #FA9FCD; }
a { background-color: rgb(250,159,205); }
div.DivClassName
{
background-color: #FA9FCD;
}
.BgClassName
{
background-color: #FA9FCD;
}
</style>
border-color css
<style>
span { border-color: #FA9FCD; }
span { border-color: rgb(250,159,205); }
td.TdClassName
{
border-color: #FA9FCD;
}
.TagClassName
{
border-color: #FA9FCD;
}
</style>