Shades of Carnation Pink #F899C6
Tints of Carnation Pink #F899C6
RGB
CMYK
RGB Variations
Color information
#F899C6 (or 0xF899C6) is known color: Carnation Pink. HEX triplet: F8, 99 and C6. RGB value is (248,153,198). Sum of RGB (Red+Green+Blue) = 248+153+198=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F899C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899C6 is #076639. Grayscale: #BABABA. Windows color (decimal): -484922 or 13015544. OLE color: 13015544.
HSL color Cylindrical-coordinate representation of color #F899C6: hue angle of 331.58º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899C6 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 198 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.03 |
| HSL | 331.58º | 0.87% | 0.79% | - |
| HSV(B) | 331.58º | 0.38% | 0.97% | - |
| XYZ | 60.3 | 46.82 | 59.28 | - |
| YUV | 186.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 198 | 0 | 0.38 | 0.20 | 0.03 | 331.58 | 0.87 | 0.79 |
| Hex | F8 | 99 | C6 | 0 | 26 | 14 | 3 | 14C | 57 | 4F |
| Octal | 370 | 231 | 306 | 0 | 46 | 24 | 3 | 514 | 127 | 117 |
| Binary | 11111000 | 10011001 | 11000110 | 0 | 100110 | 10100 | 11 | 101001100 | 1010111 | 1001111 |
Color Harmonies of #F899C6
Complementary color
Monochromatic Colors of #F899C6
Black with #F899C6
Text Example
Text Example
White with #F899C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899C6; }
p { color: rgb(248,153,198); }
H1.HeaderClassName
{
color: #F899C6;
}
.AnyTagClassName
{
color: #F899C6;
}
</style>
background-color css
<style>
a { background-color: #F899C6; }
a { background-color: rgb(248,153,198); }
div.DivClassName
{
background-color: #F899C6;
}
.BgClassName
{
background-color: #F899C6;
}
</style>
border-color css
<style>
span { border-color: #F899C6; }
span { border-color: rgb(248,153,198); }
td.TdClassName
{
border-color: #F899C6;
}
.TagClassName
{
border-color: #F899C6;
}
</style>