Shades of Carnation Pink #FA96C7
Tints of Carnation Pink #FA96C7
RGB
CMYK
RGB Variations
Color information
#FA96C7 (or 0xFA96C7) is known color: Carnation Pink. HEX triplet: FA, 96 and C7. RGB value is (250,150,199). Sum of RGB (Red+Green+Blue) = 250+150+199=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96C7 is #056938. Grayscale: #B9B9B9. Windows color (decimal): -354617 or 13080314. OLE color: 13080314.
HSL color Cylindrical-coordinate representation of color #FA96C7: hue angle of 330.6º 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 #FA96C7 is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 199 | - |
| CMYK | 0 | 0.4 | 0.20 | 0.02 |
| HSL | 330.6º | 0.91% | 0.78% | - |
| HSV(B) | 330.6º | 0.4% | 0.98% | - |
| XYZ | 60.64 | 46.26 | 59.77 | - |
| YUV | 185.49 | 135.63 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 199 | 0 | 0.4 | 0.20 | 0.02 | 330.6 | 0.91 | 0.78 |
| Hex | FA | 96 | C7 | 0 | 28 | 14 | 2 | 14B | 5B | 4E |
| Octal | 372 | 226 | 307 | 0 | 50 | 24 | 2 | 513 | 133 | 116 |
| Binary | 11111010 | 10010110 | 11000111 | 0 | 101000 | 10100 | 10 | 101001011 | 1011011 | 1001110 |
Color Harmonies of #FA96C7
Complementary color
Monochromatic Colors of #FA96C7
Black with #FA96C7
Text Example
Text Example
White with #FA96C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96C7; }
p { color: rgb(250,150,199); }
H1.HeaderClassName
{
color: #FA96C7;
}
.AnyTagClassName
{
color: #FA96C7;
}
</style>
background-color css
<style>
a { background-color: #FA96C7; }
a { background-color: rgb(250,150,199); }
div.DivClassName
{
background-color: #FA96C7;
}
.BgClassName
{
background-color: #FA96C7;
}
</style>
border-color css
<style>
span { border-color: #FA96C7; }
span { border-color: rgb(250,150,199); }
td.TdClassName
{
border-color: #FA96C7;
}
.TagClassName
{
border-color: #FA96C7;
}
</style>