Shades of Carnation Pink #F89CC6
Tints of Carnation Pink #F89CC6
RGB
CMYK
RGB Variations
Color information
#F89CC6 (or 0xF89CC6) is known color: Carnation Pink. HEX triplet: F8, 9C and C6. RGB value is (248,156,198). Sum of RGB (Red+Green+Blue) = 248+156+198=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CC6 is #076339. Grayscale: #BCBCBC. Windows color (decimal): -484154 or 13016312. OLE color: 13016312.
HSL color Cylindrical-coordinate representation of color #F89CC6: hue angle of 332.61º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89CC6 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 198 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.03 |
| HSL | 332.61º | 0.87% | 0.79% | - |
| HSV(B) | 332.61º | 0.37% | 0.97% | - |
| XYZ | 60.79 | 47.81 | 59.45 | - |
| YUV | 188.3 | 133.48 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 198 | 0 | 0.37 | 0.20 | 0.03 | 332.61 | 0.87 | 0.79 |
| Hex | F8 | 9C | C6 | 0 | 25 | 14 | 3 | 14D | 57 | 4F |
| Octal | 370 | 234 | 306 | 0 | 45 | 24 | 3 | 515 | 127 | 117 |
| Binary | 11111000 | 10011100 | 11000110 | 0 | 100101 | 10100 | 11 | 101001101 | 1010111 | 1001111 |
Color Harmonies of #F89CC6
Complementary color
Monochromatic Colors of #F89CC6
Black with #F89CC6
Text Example
Text Example
White with #F89CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CC6; }
p { color: rgb(248,156,198); }
H1.HeaderClassName
{
color: #F89CC6;
}
.AnyTagClassName
{
color: #F89CC6;
}
</style>
background-color css
<style>
a { background-color: #F89CC6; }
a { background-color: rgb(248,156,198); }
div.DivClassName
{
background-color: #F89CC6;
}
.BgClassName
{
background-color: #F89CC6;
}
</style>
border-color css
<style>
span { border-color: #F89CC6; }
span { border-color: rgb(248,156,198); }
td.TdClassName
{
border-color: #F89CC6;
}
.TagClassName
{
border-color: #F89CC6;
}
</style>