Shades of Carnation Pink #F899C8
Tints of Carnation Pink #F899C8
RGB
CMYK
RGB Variations
Color information
#F899C8 (or 0xF899C8) is known color: Carnation Pink. HEX triplet: F8, 99 and C8. RGB value is (248,153,200). Sum of RGB (Red+Green+Blue) = 248+153+200=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F899C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899C8 is #076637. Grayscale: #BABABA. Windows color (decimal): -484920 or 13146616. OLE color: 13146616.
HSL color Cylindrical-coordinate representation of color #F899C8: hue angle of 330.32º 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 #F899C8 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 200 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.03 |
| HSL | 330.32º | 0.87% | 0.79% | - |
| HSV(B) | 330.32º | 0.38% | 0.97% | - |
| XYZ | 60.53 | 46.91 | 60.51 | - |
| YUV | 186.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 200 | 0 | 0.38 | 0.19 | 0.03 | 330.32 | 0.87 | 0.79 |
| Hex | F8 | 99 | C8 | 0 | 26 | 13 | 3 | 14A | 57 | 4F |
| Octal | 370 | 231 | 310 | 0 | 46 | 23 | 3 | 512 | 127 | 117 |
| Binary | 11111000 | 10011001 | 11001000 | 0 | 100110 | 10011 | 11 | 101001010 | 1010111 | 1001111 |
Color Harmonies of #F899C8
Complementary color
Monochromatic Colors of #F899C8
Black with #F899C8
Text Example
Text Example
White with #F899C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899C8; }
p { color: rgb(248,153,200); }
H1.HeaderClassName
{
color: #F899C8;
}
.AnyTagClassName
{
color: #F899C8;
}
</style>
background-color css
<style>
a { background-color: #F899C8; }
a { background-color: rgb(248,153,200); }
div.DivClassName
{
background-color: #F899C8;
}
.BgClassName
{
background-color: #F899C8;
}
</style>
border-color css
<style>
span { border-color: #F899C8; }
span { border-color: rgb(248,153,200); }
td.TdClassName
{
border-color: #F899C8;
}
.TagClassName
{
border-color: #F899C8;
}
</style>