Shades of Carnation Pink #F998C8
Tints of Carnation Pink #F998C8
RGB
CMYK
RGB Variations
Color information
#F998C8 (or 0xF998C8) is known color: Carnation Pink. HEX triplet: F9, 98 and C8. RGB value is (249,152,200). Sum of RGB (Red+Green+Blue) = 249+152+200=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F998C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998C8 is #066737. Grayscale: #BABABA. Windows color (decimal): -419640 or 13146361. OLE color: 13146361.
HSL color Cylindrical-coordinate representation of color #F998C8: hue angle of 330.31º 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 #F998C8 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 200 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.02 |
| HSL | 330.31º | 0.89% | 0.79% | - |
| HSV(B) | 330.31º | 0.39% | 0.98% | - |
| XYZ | 60.72 | 46.77 | 60.47 | - |
| YUV | 186.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 200 | 0 | 0.39 | 0.20 | 0.02 | 330.31 | 0.89 | 0.79 |
| Hex | F9 | 98 | C8 | 0 | 27 | 14 | 2 | 14A | 59 | 4F |
| Octal | 371 | 230 | 310 | 0 | 47 | 24 | 2 | 512 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11001000 | 0 | 100111 | 10100 | 10 | 101001010 | 1011001 | 1001111 |
Color Harmonies of #F998C8
Complementary color
Monochromatic Colors of #F998C8
Black with #F998C8
Text Example
Text Example
White with #F998C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998C8; }
p { color: rgb(249,152,200); }
H1.HeaderClassName
{
color: #F998C8;
}
.AnyTagClassName
{
color: #F998C8;
}
</style>
background-color css
<style>
a { background-color: #F998C8; }
a { background-color: rgb(249,152,200); }
div.DivClassName
{
background-color: #F998C8;
}
.BgClassName
{
background-color: #F998C8;
}
</style>
border-color css
<style>
span { border-color: #F998C8; }
span { border-color: rgb(249,152,200); }
td.TdClassName
{
border-color: #F998C8;
}
.TagClassName
{
border-color: #F998C8;
}
</style>