Shades of Karry #F8DBC0
Tints of Karry #F8DBC0
RGB
CMYK
RGB Variations
Color information
#F8DBC0 (or 0xF8DBC0) is known color: Karry. HEX triplet: F8, DB and C0. RGB value is (248,219,192). Sum of RGB (Red+Green+Blue) = 248+219+192=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 192 (75.39% from 255 or 29.14% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBC0 is #07243F. Grayscale: #E0E0E0. Windows color (decimal): -468032 or 12639224. OLE color: 12639224.
HSL color Cylindrical-coordinate representation of color #F8DBC0: hue angle of 28.93º 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 #F8DBC0 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 192 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.03 |
| HSL | 28.93º | 0.8% | 0.86% | - |
| HSV(B) | 28.93º | 0.23% | 0.97% | - |
| XYZ | 73.56 | 74.43 | 60.36 | - |
| YUV | 224.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 192 | 0 | 0.12 | 0.23 | 0.03 | 28.93 | 0.8 | 0.86 |
| Hex | F8 | DB | C0 | 0 | C | 17 | 3 | 1D | 50 | 56 |
| Octal | 370 | 333 | 300 | 0 | 14 | 27 | 3 | 35 | 120 | 126 |
| Binary | 11111000 | 11011011 | 11000000 | 0 | 1100 | 10111 | 11 | 11101 | 1010000 | 1010110 |
Color Harmonies of #F8DBC0
Complementary color
Monochromatic Colors of #F8DBC0
Black with #F8DBC0
Text Example
Text Example
White with #F8DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBC0; }
p { color: rgb(248,219,192); }
H1.HeaderClassName
{
color: #F8DBC0;
}
.AnyTagClassName
{
color: #F8DBC0;
}
</style>
background-color css
<style>
a { background-color: #F8DBC0; }
a { background-color: rgb(248,219,192); }
div.DivClassName
{
background-color: #F8DBC0;
}
.BgClassName
{
background-color: #F8DBC0;
}
</style>
border-color css
<style>
span { border-color: #F8DBC0; }
span { border-color: rgb(248,219,192); }
td.TdClassName
{
border-color: #F8DBC0;
}
.TagClassName
{
border-color: #F8DBC0;
}
</style>