Shades of Karry #F8D9C1
Tints of Karry #F8D9C1
RGB
CMYK
RGB Variations
Color information
#F8D9C1 (or 0xF8D9C1) is known color: Karry. HEX triplet: F8, D9 and C1. RGB value is (248,217,193). Sum of RGB (Red+Green+Blue) = 248+217+193=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9C1 is #07263E. Grayscale: #DFDFDF. Windows color (decimal): -468543 or 12704248. OLE color: 12704248.
HSL color Cylindrical-coordinate representation of color #F8D9C1: hue angle of 26.18º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8D9C1 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 193 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.03 |
| HSL | 26.18º | 0.8% | 0.86% | - |
| HSV(B) | 26.18º | 0.22% | 0.97% | - |
| XYZ | 73.15 | 73.43 | 60.77 | - |
| YUV | 223.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 193 | 0 | 0.12 | 0.22 | 0.03 | 26.18 | 0.8 | 0.86 |
| Hex | F8 | D9 | C1 | 0 | C | 16 | 3 | 1A | 50 | 56 |
| Octal | 370 | 331 | 301 | 0 | 14 | 26 | 3 | 32 | 120 | 126 |
| Binary | 11111000 | 11011001 | 11000001 | 0 | 1100 | 10110 | 11 | 11010 | 1010000 | 1010110 |
Color Harmonies of #F8D9C1
Complementary color
Monochromatic Colors of #F8D9C1
Black with #F8D9C1
Text Example
Text Example
White with #F8D9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9C1; }
p { color: rgb(248,217,193); }
H1.HeaderClassName
{
color: #F8D9C1;
}
.AnyTagClassName
{
color: #F8D9C1;
}
</style>
background-color css
<style>
a { background-color: #F8D9C1; }
a { background-color: rgb(248,217,193); }
div.DivClassName
{
background-color: #F8D9C1;
}
.BgClassName
{
background-color: #F8D9C1;
}
</style>
border-color css
<style>
span { border-color: #F8D9C1; }
span { border-color: rgb(248,217,193); }
td.TdClassName
{
border-color: #F8D9C1;
}
.TagClassName
{
border-color: #F8D9C1;
}
</style>