Shades of Your Pink #F8C6BE
Tints of Your Pink #F8C6BE
RGB
CMYK
RGB Variations
Color information
#F8C6BE (or 0xF8C6BE) is known color: Your Pink. HEX triplet: F8, C6 and BE. RGB value is (248,198,190). Sum of RGB (Red+Green+Blue) = 248+198+190=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C6BE is #073941. Grayscale: #D4D4D4. Windows color (decimal): -473410 or 12502776. OLE color: 12502776.
HSL color Cylindrical-coordinate representation of color #F8C6BE: hue angle of 8.28º degrees, saturation: 0.81, 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 #F8C6BE is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 190 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.03 |
| HSL | 8.28º | 0.81% | 0.86% | - |
| HSV(B) | 8.28º | 0.23% | 0.97% | - |
| XYZ | 68.2 | 64.06 | 57.49 | - |
| YUV | 212.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 190 | 0 | 0.20 | 0.23 | 0.03 | 8.28 | 0.81 | 0.86 |
| Hex | F8 | C6 | BE | 0 | 14 | 17 | 3 | 8 | 51 | 56 |
| Octal | 370 | 306 | 276 | 0 | 24 | 27 | 3 | 10 | 121 | 126 |
| Binary | 11111000 | 11000110 | 10111110 | 0 | 10100 | 10111 | 11 | 1000 | 1010001 | 1010110 |
Color Harmonies of #F8C6BE
Complementary color
Monochromatic Colors of #F8C6BE
Black with #F8C6BE
Text Example
Text Example
White with #F8C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6BE; }
p { color: rgb(248,198,190); }
H1.HeaderClassName
{
color: #F8C6BE;
}
.AnyTagClassName
{
color: #F8C6BE;
}
</style>
background-color css
<style>
a { background-color: #F8C6BE; }
a { background-color: rgb(248,198,190); }
div.DivClassName
{
background-color: #F8C6BE;
}
.BgClassName
{
background-color: #F8C6BE;
}
</style>
border-color css
<style>
span { border-color: #F8C6BE; }
span { border-color: rgb(248,198,190); }
td.TdClassName
{
border-color: #F8C6BE;
}
.TagClassName
{
border-color: #F8C6BE;
}
</style>