Shades of Carnation Pink #FA97C2
Tints of Carnation Pink #FA97C2
RGB
CMYK
RGB Variations
Color information
#FA97C2 (or 0xFA97C2) is known color: Carnation Pink. HEX triplet: FA, 97 and C2. RGB value is (250,151,194). Sum of RGB (Red+Green+Blue) = 250+151+194=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97C2 is #05683D. Grayscale: #B9B9B9. Windows color (decimal): -354366 or 12752890. OLE color: 12752890.
HSL color Cylindrical-coordinate representation of color #FA97C2: hue angle of 333.94º 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 #FA97C2 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 194 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.02 |
| HSL | 333.94º | 0.91% | 0.79% | - |
| HSV(B) | 333.94º | 0.4% | 0.98% | - |
| XYZ | 60.23 | 46.35 | 56.81 | - |
| YUV | 185.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 194 | 0 | 0.40 | 0.22 | 0.02 | 333.94 | 0.91 | 0.79 |
| Hex | FA | 97 | C2 | 0 | 28 | 16 | 2 | 14E | 5B | 4F |
| Octal | 372 | 227 | 302 | 0 | 50 | 26 | 2 | 516 | 133 | 117 |
| Binary | 11111010 | 10010111 | 11000010 | 0 | 101000 | 10110 | 10 | 101001110 | 1011011 | 1001111 |
Color Harmonies of #FA97C2
Complementary color
Monochromatic Colors of #FA97C2
Black with #FA97C2
Text Example
Text Example
White with #FA97C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA97C2; }
p { color: rgb(250,151,194); }
H1.HeaderClassName
{
color: #FA97C2;
}
.AnyTagClassName
{
color: #FA97C2;
}
</style>
background-color css
<style>
a { background-color: #FA97C2; }
a { background-color: rgb(250,151,194); }
div.DivClassName
{
background-color: #FA97C2;
}
.BgClassName
{
background-color: #FA97C2;
}
</style>
border-color css
<style>
span { border-color: #FA97C2; }
span { border-color: rgb(250,151,194); }
td.TdClassName
{
border-color: #FA97C2;
}
.TagClassName
{
border-color: #FA97C2;
}
</style>