Shades of Karry #F8D8BE
Tints of Karry #F8D8BE
RGB
CMYK
RGB Variations
Color information
#F8D8BE (or 0xF8D8BE) is known color: Karry. HEX triplet: F8, D8 and BE. RGB value is (248,216,190). Sum of RGB (Red+Green+Blue) = 248+216+190=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8BE is #072741. Grayscale: #DEDEDE. Windows color (decimal): -468802 or 12507384. OLE color: 12507384.
HSL color Cylindrical-coordinate representation of color #F8D8BE: hue angle of 26.9º 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 #F8D8BE is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 190 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.03 |
| HSL | 26.9º | 0.81% | 0.86% | - |
| HSV(B) | 26.9º | 0.23% | 0.97% | - |
| XYZ | 72.56 | 72.79 | 58.94 | - |
| YUV | 222.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 190 | 0 | 0.13 | 0.23 | 0.03 | 26.9 | 0.81 | 0.86 |
| Hex | F8 | D8 | BE | 0 | D | 17 | 3 | 1B | 51 | 56 |
| Octal | 370 | 330 | 276 | 0 | 15 | 27 | 3 | 33 | 121 | 126 |
| Binary | 11111000 | 11011000 | 10111110 | 0 | 1101 | 10111 | 11 | 11011 | 1010001 | 1010110 |
Color Harmonies of #F8D8BE
Complementary color
Monochromatic Colors of #F8D8BE
Black with #F8D8BE
Text Example
Text Example
White with #F8D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8BE; }
p { color: rgb(248,216,190); }
H1.HeaderClassName
{
color: #F8D8BE;
}
.AnyTagClassName
{
color: #F8D8BE;
}
</style>
background-color css
<style>
a { background-color: #F8D8BE; }
a { background-color: rgb(248,216,190); }
div.DivClassName
{
background-color: #F8D8BE;
}
.BgClassName
{
background-color: #F8D8BE;
}
</style>
border-color css
<style>
span { border-color: #F8D8BE; }
span { border-color: rgb(248,216,190); }
td.TdClassName
{
border-color: #F8D8BE;
}
.TagClassName
{
border-color: #F8D8BE;
}
</style>