Shades of Carnation Pink #F998CE
Tints of Carnation Pink #F998CE
RGB
CMYK
RGB Variations
Color information
#F998CE (or 0xF998CE) is known color: Carnation Pink. HEX triplet: F9, 98 and CE. RGB value is (249,152,206). Sum of RGB (Red+Green+Blue) = 249+152+206=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F998CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998CE is #066731. Grayscale: #BBBBBB. Windows color (decimal): -419634 or 13539577. OLE color: 13539577.
HSL color Cylindrical-coordinate representation of color #F998CE: hue angle of 326.6º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998CE is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 206 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.02 |
| HSL | 326.6º | 0.89% | 0.79% | - |
| HSV(B) | 326.6º | 0.39% | 0.98% | - |
| XYZ | 61.44 | 47.05 | 64.24 | - |
| YUV | 187.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 206 | 0 | 0.39 | 0.17 | 0.02 | 326.6 | 0.89 | 0.79 |
| Hex | F9 | 98 | CE | 0 | 27 | 11 | 2 | 147 | 59 | 4F |
| Octal | 371 | 230 | 316 | 0 | 47 | 21 | 2 | 507 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11001110 | 0 | 100111 | 10001 | 10 | 101000111 | 1011001 | 1001111 |
Color Harmonies of #F998CE
Complementary color
Monochromatic Colors of #F998CE
Black with #F998CE
Text Example
Text Example
White with #F998CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998CE; }
p { color: rgb(249,152,206); }
H1.HeaderClassName
{
color: #F998CE;
}
.AnyTagClassName
{
color: #F998CE;
}
</style>
background-color css
<style>
a { background-color: #F998CE; }
a { background-color: rgb(249,152,206); }
div.DivClassName
{
background-color: #F998CE;
}
.BgClassName
{
background-color: #F998CE;
}
</style>
border-color css
<style>
span { border-color: #F998CE; }
span { border-color: rgb(249,152,206); }
td.TdClassName
{
border-color: #F998CE;
}
.TagClassName
{
border-color: #F998CE;
}
</style>