Shades of Carnation Pink #F998D0
Tints of Carnation Pink #F998D0
RGB
CMYK
RGB Variations
Color information
#F998D0 (or 0xF998D0) is known color: Carnation Pink. HEX triplet: F9, 98 and D0. RGB value is (249,152,208). Sum of RGB (Red+Green+Blue) = 249+152+208=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F998D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998D0 is #06672F. Grayscale: #BBBBBB. Windows color (decimal): -419632 or 13670649. OLE color: 13670649.
HSL color Cylindrical-coordinate representation of color #F998D0: hue angle of 325.36º 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 #F998D0 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 208 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.02 |
| HSL | 325.36º | 0.89% | 0.79% | - |
| HSV(B) | 325.36º | 0.39% | 0.98% | - |
| XYZ | 61.68 | 47.15 | 65.52 | - |
| YUV | 187.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 208 | 0 | 0.39 | 0.16 | 0.02 | 325.36 | 0.89 | 0.79 |
| Hex | F9 | 98 | D0 | 0 | 27 | 10 | 2 | 145 | 59 | 4F |
| Octal | 371 | 230 | 320 | 0 | 47 | 20 | 2 | 505 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11010000 | 0 | 100111 | 10000 | 10 | 101000101 | 1011001 | 1001111 |
Color Harmonies of #F998D0
Complementary color
Monochromatic Colors of #F998D0
Black with #F998D0
Text Example
Text Example
White with #F998D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998D0; }
p { color: rgb(249,152,208); }
H1.HeaderClassName
{
color: #F998D0;
}
.AnyTagClassName
{
color: #F998D0;
}
</style>
background-color css
<style>
a { background-color: #F998D0; }
a { background-color: rgb(249,152,208); }
div.DivClassName
{
background-color: #F998D0;
}
.BgClassName
{
background-color: #F998D0;
}
</style>
border-color css
<style>
span { border-color: #F998D0; }
span { border-color: rgb(249,152,208); }
td.TdClassName
{
border-color: #F998D0;
}
.TagClassName
{
border-color: #F998D0;
}
</style>