Shades of Pink #F9C6CE
Tints of Pink #F9C6CE
RGB
CMYK
RGB Variations
Color information
#F9C6CE (or 0xF9C6CE) is known color: Pink. HEX triplet: F9, C6 and CE. RGB value is (249,198,206). Sum of RGB (Red+Green+Blue) = 249+198+206=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C6CE is #063931. Grayscale: #D6D6D6. Windows color (decimal): -407858 or 13551353. OLE color: 13551353.
HSL color Cylindrical-coordinate representation of color #F9C6CE: hue angle of 350.59º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C6CE is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 206 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.02 |
| HSL | 350.59º | 0.81% | 0.88% | - |
| HSV(B) | 350.59º | 0.2% | 0.98% | - |
| XYZ | 70.4 | 64.98 | 67.23 | - |
| YUV | 214.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 206 | 0 | 0.20 | 0.17 | 0.02 | 350.59 | 0.81 | 0.88 |
| Hex | F9 | C6 | CE | 0 | 14 | 11 | 2 | 15F | 51 | 58 |
| Octal | 371 | 306 | 316 | 0 | 24 | 21 | 2 | 537 | 121 | 130 |
| Binary | 11111001 | 11000110 | 11001110 | 0 | 10100 | 10001 | 10 | 101011111 | 1010001 | 1011000 |
Color Harmonies of #F9C6CE
Complementary color
Monochromatic Colors of #F9C6CE
Black with #F9C6CE
Text Example
Text Example
White with #F9C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C6CE; }
p { color: rgb(249,198,206); }
H1.HeaderClassName
{
color: #F9C6CE;
}
.AnyTagClassName
{
color: #F9C6CE;
}
</style>
background-color css
<style>
a { background-color: #F9C6CE; }
a { background-color: rgb(249,198,206); }
div.DivClassName
{
background-color: #F9C6CE;
}
.BgClassName
{
background-color: #F9C6CE;
}
</style>
border-color css
<style>
span { border-color: #F9C6CE; }
span { border-color: rgb(249,198,206); }
td.TdClassName
{
border-color: #F9C6CE;
}
.TagClassName
{
border-color: #F9C6CE;
}
</style>