Shades of Carnation Pink #FA96C5
Tints of Carnation Pink #FA96C5
RGB
CMYK
RGB Variations
Color information
#FA96C5 (or 0xFA96C5) is known color: Carnation Pink. HEX triplet: FA, 96 and C5. RGB value is (250,150,197). Sum of RGB (Red+Green+Blue) = 250+150+197=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96C5 is #05693A. Grayscale: #B9B9B9. Windows color (decimal): -354619 or 12949242. OLE color: 12949242.
HSL color Cylindrical-coordinate representation of color #FA96C5: hue angle of 331.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96C5 is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 197 | - |
| CMYK | 0 | 0.4 | 0.21 | 0.02 |
| HSL | 331.8º | 0.91% | 0.78% | - |
| HSV(B) | 331.8º | 0.4% | 0.98% | - |
| XYZ | 60.41 | 46.17 | 58.55 | - |
| YUV | 185.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 197 | 0 | 0.4 | 0.21 | 0.02 | 331.8 | 0.91 | 0.78 |
| Hex | FA | 96 | C5 | 0 | 28 | 15 | 2 | 14C | 5B | 4E |
| Octal | 372 | 226 | 305 | 0 | 50 | 25 | 2 | 514 | 133 | 116 |
| Binary | 11111010 | 10010110 | 11000101 | 0 | 101000 | 10101 | 10 | 101001100 | 1011011 | 1001110 |
Color Harmonies of #FA96C5
Complementary color
Monochromatic Colors of #FA96C5
Black with #FA96C5
Text Example
Text Example
White with #FA96C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96C5; }
p { color: rgb(250,150,197); }
H1.HeaderClassName
{
color: #FA96C5;
}
.AnyTagClassName
{
color: #FA96C5;
}
</style>
background-color css
<style>
a { background-color: #FA96C5; }
a { background-color: rgb(250,150,197); }
div.DivClassName
{
background-color: #FA96C5;
}
.BgClassName
{
background-color: #FA96C5;
}
</style>
border-color css
<style>
span { border-color: #FA96C5; }
span { border-color: rgb(250,150,197); }
td.TdClassName
{
border-color: #FA96C5;
}
.TagClassName
{
border-color: #FA96C5;
}
</style>