Shades of Carnation Pink #F996CB
Tints of Carnation Pink #F996CB
RGB
CMYK
RGB Variations
Color information
#F996CB (or 0xF996CB) is known color: Carnation Pink. HEX triplet: F9, 96 and CB. RGB value is (249,150,203). Sum of RGB (Red+Green+Blue) = 249+150+203=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F996CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996CB is #066934. Grayscale: #B9B9B9. Windows color (decimal): -420149 or 13342457. OLE color: 13342457.
HSL color Cylindrical-coordinate representation of color #F996CB: hue angle of 327.88º degrees, saturation: 0.89, 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 #F996CB is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 203 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.02 |
| HSL | 327.88º | 0.89% | 0.78% | - |
| HSV(B) | 327.88º | 0.4% | 0.98% | - |
| XYZ | 60.75 | 46.26 | 62.23 | - |
| YUV | 185.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 203 | 0 | 0.40 | 0.18 | 0.02 | 327.88 | 0.89 | 0.78 |
| Hex | F9 | 96 | CB | 0 | 28 | 12 | 2 | 148 | 59 | 4E |
| Octal | 371 | 226 | 313 | 0 | 50 | 22 | 2 | 510 | 131 | 116 |
| Binary | 11111001 | 10010110 | 11001011 | 0 | 101000 | 10010 | 10 | 101001000 | 1011001 | 1001110 |
Color Harmonies of #F996CB
Complementary color
Monochromatic Colors of #F996CB
Black with #F996CB
Text Example
Text Example
White with #F996CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996CB; }
p { color: rgb(249,150,203); }
H1.HeaderClassName
{
color: #F996CB;
}
.AnyTagClassName
{
color: #F996CB;
}
</style>
background-color css
<style>
a { background-color: #F996CB; }
a { background-color: rgb(249,150,203); }
div.DivClassName
{
background-color: #F996CB;
}
.BgClassName
{
background-color: #F996CB;
}
</style>
border-color css
<style>
span { border-color: #F996CB; }
span { border-color: rgb(249,150,203); }
td.TdClassName
{
border-color: #F996CB;
}
.TagClassName
{
border-color: #F996CB;
}
</style>