Shades of Your Pink #F8C6BF
Tints of Your Pink #F8C6BF
RGB
CMYK
RGB Variations
Color information
#F8C6BF (or 0xF8C6BF) is known color: Your Pink. HEX triplet: F8, C6 and BF. RGB value is (248,198,191). Sum of RGB (Red+Green+Blue) = 248+198+191=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C6BF is #073940. Grayscale: #D4D4D4. Windows color (decimal): -473409 or 12568312. OLE color: 12568312.
HSL color Cylindrical-coordinate representation of color #F8C6BF: hue angle of 7.37º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C6BF is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 191 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.03 |
| HSL | 7.37º | 0.8% | 0.86% | - |
| HSV(B) | 7.37º | 0.23% | 0.97% | - |
| XYZ | 68.31 | 64.11 | 58.06 | - |
| YUV | 212.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 191 | 0 | 0.20 | 0.23 | 0.03 | 7.37 | 0.8 | 0.86 |
| Hex | F8 | C6 | BF | 0 | 14 | 17 | 3 | 7 | 50 | 56 |
| Octal | 370 | 306 | 277 | 0 | 24 | 27 | 3 | 7 | 120 | 126 |
| Binary | 11111000 | 11000110 | 10111111 | 0 | 10100 | 10111 | 11 | 111 | 1010000 | 1010110 |
Color Harmonies of #F8C6BF
Complementary color
Monochromatic Colors of #F8C6BF
Black with #F8C6BF
Text Example
Text Example
White with #F8C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6BF; }
p { color: rgb(248,198,191); }
H1.HeaderClassName
{
color: #F8C6BF;
}
.AnyTagClassName
{
color: #F8C6BF;
}
</style>
background-color css
<style>
a { background-color: #F8C6BF; }
a { background-color: rgb(248,198,191); }
div.DivClassName
{
background-color: #F8C6BF;
}
.BgClassName
{
background-color: #F8C6BF;
}
</style>
border-color css
<style>
span { border-color: #F8C6BF; }
span { border-color: rgb(248,198,191); }
td.TdClassName
{
border-color: #F8C6BF;
}
.TagClassName
{
border-color: #F8C6BF;
}
</style>