Shades of Carnation Pink #FA9ACD
Tints of Carnation Pink #FA9ACD
RGB
CMYK
RGB Variations
Color information
#FA9ACD (or 0xFA9ACD) is known color: Carnation Pink. HEX triplet: FA, 9A and CD. RGB value is (250,154,205). Sum of RGB (Red+Green+Blue) = 250+154+205=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ACD is #056532. Grayscale: #BCBCBC. Windows color (decimal): -353587 or 13474554. OLE color: 13474554.
HSL color Cylindrical-coordinate representation of color #FA9ACD: hue angle of 328.12º 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 #FA9ACD is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 205 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.02 |
| HSL | 328.13º | 0.91% | 0.79% | - |
| HSV(B) | 328.13º | 0.38% | 0.98% | - |
| XYZ | 62 | 47.84 | 63.72 | - |
| YUV | 188.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 205 | 0 | 0.38 | 0.18 | 0.02 | 328.13 | 0.91 | 0.79 |
| Hex | FA | 9A | CD | 0 | 26 | 12 | 2 | 148 | 5B | 4F |
| Octal | 372 | 232 | 315 | 0 | 46 | 22 | 2 | 510 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11001101 | 0 | 100110 | 10010 | 10 | 101001000 | 1011011 | 1001111 |
Color Harmonies of #FA9ACD
Complementary color
Monochromatic Colors of #FA9ACD
Black with #FA9ACD
Text Example
Text Example
White with #FA9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9ACD; }
p { color: rgb(250,154,205); }
H1.HeaderClassName
{
color: #FA9ACD;
}
.AnyTagClassName
{
color: #FA9ACD;
}
</style>
background-color css
<style>
a { background-color: #FA9ACD; }
a { background-color: rgb(250,154,205); }
div.DivClassName
{
background-color: #FA9ACD;
}
.BgClassName
{
background-color: #FA9ACD;
}
</style>
border-color css
<style>
span { border-color: #FA9ACD; }
span { border-color: rgb(250,154,205); }
td.TdClassName
{
border-color: #FA9ACD;
}
.TagClassName
{
border-color: #FA9ACD;
}
</style>