Shades of Carnation Pink #F898C5
Tints of Carnation Pink #F898C5
RGB
CMYK
RGB Variations
Color information
#F898C5 (or 0xF898C5) is known color: Carnation Pink. HEX triplet: F8, 98 and C5. RGB value is (248,152,197). Sum of RGB (Red+Green+Blue) = 248+152+197=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F898C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898C5 is #07673A. Grayscale: #B9B9B9. Windows color (decimal): -485179 or 12949752. OLE color: 12949752.
HSL color Cylindrical-coordinate representation of color #F898C5: hue angle of 331.88º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898C5 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 197 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.03 |
| HSL | 331.88º | 0.87% | 0.78% | - |
| HSV(B) | 331.88º | 0.39% | 0.97% | - |
| XYZ | 60.02 | 46.44 | 58.62 | - |
| YUV | 185.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 197 | 0 | 0.39 | 0.21 | 0.03 | 331.88 | 0.87 | 0.78 |
| Hex | F8 | 98 | C5 | 0 | 27 | 15 | 3 | 14C | 57 | 4E |
| Octal | 370 | 230 | 305 | 0 | 47 | 25 | 3 | 514 | 127 | 116 |
| Binary | 11111000 | 10011000 | 11000101 | 0 | 100111 | 10101 | 11 | 101001100 | 1010111 | 1001110 |
Color Harmonies of #F898C5
Complementary color
Monochromatic Colors of #F898C5
Black with #F898C5
Text Example
Text Example
White with #F898C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898C5; }
p { color: rgb(248,152,197); }
H1.HeaderClassName
{
color: #F898C5;
}
.AnyTagClassName
{
color: #F898C5;
}
</style>
background-color css
<style>
a { background-color: #F898C5; }
a { background-color: rgb(248,152,197); }
div.DivClassName
{
background-color: #F898C5;
}
.BgClassName
{
background-color: #F898C5;
}
</style>
border-color css
<style>
span { border-color: #F898C5; }
span { border-color: rgb(248,152,197); }
td.TdClassName
{
border-color: #F898C5;
}
.TagClassName
{
border-color: #F898C5;
}
</style>