Shades of Carnation Pink #FA9CCD
Tints of Carnation Pink #FA9CCD
RGB
CMYK
RGB Variations
Color information
#FA9CCD (or 0xFA9CCD) is known color: Carnation Pink. HEX triplet: FA, 9C and CD. RGB value is (250,156,205). Sum of RGB (Red+Green+Blue) = 250+156+205=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CCD is #056332. Grayscale: #BDBDBD. Windows color (decimal): -353075 or 13475066. OLE color: 13475066.
HSL color Cylindrical-coordinate representation of color #FA9CCD: hue angle of 328.72º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CCD is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 205 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.02 |
| HSL | 328.72º | 0.9% | 0.8% | - |
| HSV(B) | 328.72º | 0.38% | 0.98% | - |
| XYZ | 62.33 | 48.51 | 63.84 | - |
| YUV | 189.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 205 | 0 | 0.38 | 0.18 | 0.02 | 328.72 | 0.9 | 0.8 |
| Hex | FA | 9C | CD | 0 | 26 | 12 | 2 | 149 | 5A | 50 |
| Octal | 372 | 234 | 315 | 0 | 46 | 22 | 2 | 511 | 132 | 120 |
| Binary | 11111010 | 10011100 | 11001101 | 0 | 100110 | 10010 | 10 | 101001001 | 1011010 | 1010000 |
Color Harmonies of #FA9CCD
Complementary color
Monochromatic Colors of #FA9CCD
Black with #FA9CCD
Text Example
Text Example
White with #FA9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CCD; }
p { color: rgb(250,156,205); }
H1.HeaderClassName
{
color: #FA9CCD;
}
.AnyTagClassName
{
color: #FA9CCD;
}
</style>
background-color css
<style>
a { background-color: #FA9CCD; }
a { background-color: rgb(250,156,205); }
div.DivClassName
{
background-color: #FA9CCD;
}
.BgClassName
{
background-color: #FA9CCD;
}
</style>
border-color css
<style>
span { border-color: #FA9CCD; }
span { border-color: rgb(250,156,205); }
td.TdClassName
{
border-color: #FA9CCD;
}
.TagClassName
{
border-color: #FA9CCD;
}
</style>