Shades of Carnation Pink #FA97C1
Tints of Carnation Pink #FA97C1
RGB
CMYK
RGB Variations
Color information
#FA97C1 (or 0xFA97C1) is known color: Carnation Pink. HEX triplet: FA, 97 and C1. RGB value is (250,151,193). Sum of RGB (Red+Green+Blue) = 250+151+193=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97C1 is #05683E. Grayscale: #B9B9B9. Windows color (decimal): -354367 or 12687354. OLE color: 12687354.
HSL color Cylindrical-coordinate representation of color #FA97C1: hue angle of 334.55º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA97C1 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 193 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.02 |
| HSL | 334.55º | 0.91% | 0.79% | - |
| HSV(B) | 334.55º | 0.4% | 0.98% | - |
| XYZ | 60.12 | 46.31 | 56.22 | - |
| YUV | 185.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 193 | 0 | 0.40 | 0.23 | 0.02 | 334.55 | 0.91 | 0.79 |
| Hex | FA | 97 | C1 | 0 | 28 | 17 | 2 | 14F | 5B | 4F |
| Octal | 372 | 227 | 301 | 0 | 50 | 27 | 2 | 517 | 133 | 117 |
| Binary | 11111010 | 10010111 | 11000001 | 0 | 101000 | 10111 | 10 | 101001111 | 1011011 | 1001111 |
Color Harmonies of #FA97C1
Complementary color
Monochromatic Colors of #FA97C1
Black with #FA97C1
Text Example
Text Example
White with #FA97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA97C1; }
p { color: rgb(250,151,193); }
H1.HeaderClassName
{
color: #FA97C1;
}
.AnyTagClassName
{
color: #FA97C1;
}
</style>
background-color css
<style>
a { background-color: #FA97C1; }
a { background-color: rgb(250,151,193); }
div.DivClassName
{
background-color: #FA97C1;
}
.BgClassName
{
background-color: #FA97C1;
}
</style>
border-color css
<style>
span { border-color: #FA97C1; }
span { border-color: rgb(250,151,193); }
td.TdClassName
{
border-color: #FA97C1;
}
.TagClassName
{
border-color: #FA97C1;
}
</style>