Shades of Carnation Pink #FA9CC5
Tints of Carnation Pink #FA9CC5
RGB
CMYK
RGB Variations
Color information
#FA9CC5 (or 0xFA9CC5) is known color: Carnation Pink. HEX triplet: FA, 9C and C5. RGB value is (250,156,197). Sum of RGB (Red+Green+Blue) = 250+156+197=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CC5 is #05633A. Grayscale: #BCBCBC. Windows color (decimal): -353083 or 12950778. OLE color: 12950778.
HSL color Cylindrical-coordinate representation of color #FA9CC5: hue angle of 333.83º 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 #FA9CC5 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 197 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.02 |
| HSL | 333.83º | 0.9% | 0.8% | - |
| HSV(B) | 333.83º | 0.38% | 0.98% | - |
| XYZ | 61.39 | 48.13 | 58.88 | - |
| YUV | 188.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 197 | 0 | 0.38 | 0.21 | 0.02 | 333.83 | 0.9 | 0.8 |
| Hex | FA | 9C | C5 | 0 | 26 | 15 | 2 | 14E | 5A | 50 |
| Octal | 372 | 234 | 305 | 0 | 46 | 25 | 2 | 516 | 132 | 120 |
| Binary | 11111010 | 10011100 | 11000101 | 0 | 100110 | 10101 | 10 | 101001110 | 1011010 | 1010000 |
Color Harmonies of #FA9CC5
Complementary color
Monochromatic Colors of #FA9CC5
Black with #FA9CC5
Text Example
Text Example
White with #FA9CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CC5; }
p { color: rgb(250,156,197); }
H1.HeaderClassName
{
color: #FA9CC5;
}
.AnyTagClassName
{
color: #FA9CC5;
}
</style>
background-color css
<style>
a { background-color: #FA9CC5; }
a { background-color: rgb(250,156,197); }
div.DivClassName
{
background-color: #FA9CC5;
}
.BgClassName
{
background-color: #FA9CC5;
}
</style>
border-color css
<style>
span { border-color: #FA9CC5; }
span { border-color: rgb(250,156,197); }
td.TdClassName
{
border-color: #FA9CC5;
}
.TagClassName
{
border-color: #FA9CC5;
}
</style>