Shades of Pink #F8C6CF
Tints of Pink #F8C6CF
RGB
CMYK
RGB Variations
Color information
#F8C6CF (or 0xF8C6CF) is known color: Pink. HEX triplet: F8, C6 and CF. RGB value is (248,198,207). Sum of RGB (Red+Green+Blue) = 248+198+207=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C6CF is #073930. Grayscale: #D5D5D5. Windows color (decimal): -473393 or 13616888. OLE color: 13616888.
HSL color Cylindrical-coordinate representation of color #F8C6CF: hue angle of 349.2º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C6CF is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 207 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.03 |
| HSL | 349.2º | 0.78% | 0.87% | - |
| HSV(B) | 349.2º | 0.2% | 0.97% | - |
| XYZ | 70.17 | 64.85 | 67.85 | - |
| YUV | 213.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 207 | 0 | 0.20 | 0.17 | 0.03 | 349.2 | 0.78 | 0.87 |
| Hex | F8 | C6 | CF | 0 | 14 | 11 | 3 | 15D | 4E | 57 |
| Octal | 370 | 306 | 317 | 0 | 24 | 21 | 3 | 535 | 116 | 127 |
| Binary | 11111000 | 11000110 | 11001111 | 0 | 10100 | 10001 | 11 | 101011101 | 1001110 | 1010111 |
Color Harmonies of #F8C6CF
Complementary color
Monochromatic Colors of #F8C6CF
Black with #F8C6CF
Text Example
Text Example
White with #F8C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6CF; }
p { color: rgb(248,198,207); }
H1.HeaderClassName
{
color: #F8C6CF;
}
.AnyTagClassName
{
color: #F8C6CF;
}
</style>
background-color css
<style>
a { background-color: #F8C6CF; }
a { background-color: rgb(248,198,207); }
div.DivClassName
{
background-color: #F8C6CF;
}
.BgClassName
{
background-color: #F8C6CF;
}
</style>
border-color css
<style>
span { border-color: #F8C6CF; }
span { border-color: rgb(248,198,207); }
td.TdClassName
{
border-color: #F8C6CF;
}
.TagClassName
{
border-color: #F8C6CF;
}
</style>