Shades of Karry #F8D9BE
Tints of Karry #F8D9BE
RGB
CMYK
RGB Variations
Color information
#F8D9BE (or 0xF8D9BE) is known color: Karry. HEX triplet: F8, D9 and BE. RGB value is (248,217,190). Sum of RGB (Red+Green+Blue) = 248+217+190=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9BE is #072641. Grayscale: #DFDFDF. Windows color (decimal): -468546 or 12507640. OLE color: 12507640.
HSL color Cylindrical-coordinate representation of color #F8D9BE: hue angle of 27.93º 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 #F8D9BE is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 217 | 190 | - |
CMYK | 0 | 0.12 | 0.23 | 0.03 |
HSL | 27.93º | 0.81% | 0.86% | - |
HSV(B) | 27.93º | 0.23% | 0.97% | - |
XYZ | 72.82 | 73.3 | 59.03 | - |
YUV | 223.19 | 109.27 | 145.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 217 | 190 | 0 | 0.12 | 0.23 | 0.03 | 27.93 | 0.81 | 0.86 |
Hex | F8 | D9 | BE | 0 | C | 17 | 3 | 1C | 51 | 56 |
Octal | 370 | 331 | 276 | 0 | 14 | 27 | 3 | 34 | 121 | 126 |
Binary | 11111000 | 11011001 | 10111110 | 0 | 1100 | 10111 | 11 | 11100 | 1010001 | 1010110 |
Color Harmonies of #F8D9BE
Complementary color
Monochromatic Colors of #F8D9BE
Black with #F8D9BE
Text Example
Text Example
White with #F8D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9BE; }
p { color: rgb(248,217,190); }
H1.HeaderClassName
{
color: #F8D9BE;
}
.AnyTagClassName
{
color: #F8D9BE;
}
</style>
background-color css
<style>
a { background-color: #F8D9BE; }
a { background-color: rgb(248,217,190); }
div.DivClassName
{
background-color: #F8D9BE;
}
.BgClassName
{
background-color: #F8D9BE;
}
</style>
border-color css
<style>
span { border-color: #F8D9BE; }
span { border-color: rgb(248,217,190); }
td.TdClassName
{
border-color: #F8D9BE;
}
.TagClassName
{
border-color: #F8D9BE;
}
</style>