Shades of Karry #F9DBC0
Tints of Karry #F9DBC0
RGB
CMYK
RGB Variations
Color information
#F9DBC0 (or 0xF9DBC0) is known color: Karry. HEX triplet: F9, DB and C0. RGB value is (249,219,192). Sum of RGB (Red+Green+Blue) = 249+219+192=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBC0 is #06243F. Grayscale: #E1E1E1. Windows color (decimal): -402496 or 12639225. OLE color: 12639225.
HSL color Cylindrical-coordinate representation of color #F9DBC0: hue angle of 28.42º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9DBC0 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 192 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.02 |
| HSL | 28.42º | 0.83% | 0.86% | - |
| HSV(B) | 28.42º | 0.23% | 0.98% | - |
| XYZ | 73.91 | 74.61 | 60.37 | - |
| YUV | 224.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 192 | 0 | 0.12 | 0.23 | 0.02 | 28.42 | 0.83 | 0.86 |
| Hex | F9 | DB | C0 | 0 | C | 17 | 2 | 1C | 53 | 56 |
| Octal | 371 | 333 | 300 | 0 | 14 | 27 | 2 | 34 | 123 | 126 |
| Binary | 11111001 | 11011011 | 11000000 | 0 | 1100 | 10111 | 10 | 11100 | 1010011 | 1010110 |
Color Harmonies of #F9DBC0
Complementary color
Monochromatic Colors of #F9DBC0
Black with #F9DBC0
Text Example
Text Example
White with #F9DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBC0; }
p { color: rgb(249,219,192); }
H1.HeaderClassName
{
color: #F9DBC0;
}
.AnyTagClassName
{
color: #F9DBC0;
}
</style>
background-color css
<style>
a { background-color: #F9DBC0; }
a { background-color: rgb(249,219,192); }
div.DivClassName
{
background-color: #F9DBC0;
}
.BgClassName
{
background-color: #F9DBC0;
}
</style>
border-color css
<style>
span { border-color: #F9DBC0; }
span { border-color: rgb(249,219,192); }
td.TdClassName
{
border-color: #F9DBC0;
}
.TagClassName
{
border-color: #F9DBC0;
}
</style>