Shades of Carnation Pink #FA9DCD
Tints of Carnation Pink #FA9DCD
RGB
CMYK
RGB Variations
Color information
#FA9DCD (or 0xFA9DCD) is known color: Carnation Pink. HEX triplet: FA, 9D and CD. RGB value is (250,157,205). Sum of RGB (Red+Green+Blue) = 250+157+205=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DCD is #056232. Grayscale: #BEBEBE. Windows color (decimal): -352819 or 13475322. OLE color: 13475322.
HSL color Cylindrical-coordinate representation of color #FA9DCD: hue angle of 329.03º 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 #FA9DCD is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 205 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.02 |
| HSL | 329.03º | 0.9% | 0.8% | - |
| HSV(B) | 329.03º | 0.37% | 0.98% | - |
| XYZ | 62.5 | 48.85 | 63.89 | - |
| YUV | 190.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 205 | 0 | 0.37 | 0.18 | 0.02 | 329.03 | 0.9 | 0.8 |
| Hex | FA | 9D | CD | 0 | 25 | 12 | 2 | 149 | 5A | 50 |
| Octal | 372 | 235 | 315 | 0 | 45 | 22 | 2 | 511 | 132 | 120 |
| Binary | 11111010 | 10011101 | 11001101 | 0 | 100101 | 10010 | 10 | 101001001 | 1011010 | 1010000 |
Color Harmonies of #FA9DCD
Complementary color
Monochromatic Colors of #FA9DCD
Black with #FA9DCD
Text Example
Text Example
White with #FA9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DCD; }
p { color: rgb(250,157,205); }
H1.HeaderClassName
{
color: #FA9DCD;
}
.AnyTagClassName
{
color: #FA9DCD;
}
</style>
background-color css
<style>
a { background-color: #FA9DCD; }
a { background-color: rgb(250,157,205); }
div.DivClassName
{
background-color: #FA9DCD;
}
.BgClassName
{
background-color: #FA9DCD;
}
</style>
border-color css
<style>
span { border-color: #FA9DCD; }
span { border-color: rgb(250,157,205); }
td.TdClassName
{
border-color: #FA9DCD;
}
.TagClassName
{
border-color: #FA9DCD;
}
</style>