Shades of Carnation Pink #FA96C8
Tints of Carnation Pink #FA96C8
RGB
CMYK
RGB Variations
Color information
#FA96C8 (or 0xFA96C8) is known color: Carnation Pink. HEX triplet: FA, 96 and C8. RGB value is (250,150,200). Sum of RGB (Red+Green+Blue) = 250+150+200=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96C8 is #056937. Grayscale: #B9B9B9. Windows color (decimal): -354616 or 13145850. OLE color: 13145850.
HSL color Cylindrical-coordinate representation of color #FA96C8: hue angle of 330º 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 #FA96C8 is Cyan = 0, Magento = 0.4, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 200 | - |
| CMYK | 0 | 0.4 | 0.2 | 0.02 |
| HSL | 330º | 0.91% | 0.78% | - |
| HSV(B) | 330º | 0.4% | 0.98% | - |
| XYZ | 60.76 | 46.31 | 60.38 | - |
| YUV | 185.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 200 | 0 | 0.4 | 0.2 | 0.02 | 330 | 0.91 | 0.78 |
| Hex | FA | 96 | C8 | 0 | 28 | 14 | 2 | 14A | 5B | 4E |
| Octal | 372 | 226 | 310 | 0 | 50 | 24 | 2 | 512 | 133 | 116 |
| Binary | 11111010 | 10010110 | 11001000 | 0 | 101000 | 10100 | 10 | 101001010 | 1011011 | 1001110 |
Color Harmonies of #FA96C8
Complementary color
Monochromatic Colors of #FA96C8
Black with #FA96C8
Text Example
Text Example
White with #FA96C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96C8; }
p { color: rgb(250,150,200); }
H1.HeaderClassName
{
color: #FA96C8;
}
.AnyTagClassName
{
color: #FA96C8;
}
</style>
background-color css
<style>
a { background-color: #FA96C8; }
a { background-color: rgb(250,150,200); }
div.DivClassName
{
background-color: #FA96C8;
}
.BgClassName
{
background-color: #FA96C8;
}
</style>
border-color css
<style>
span { border-color: #FA96C8; }
span { border-color: rgb(250,150,200); }
td.TdClassName
{
border-color: #FA96C8;
}
.TagClassName
{
border-color: #FA96C8;
}
</style>