Shades of Karry #F9D8BD
Tints of Karry #F9D8BD
RGB
CMYK
RGB Variations
Color information
#F9D8BD (or 0xF9D8BD) is known color: Karry. HEX triplet: F9, D8 and BD. RGB value is (249,216,189). Sum of RGB (Red+Green+Blue) = 249+216+189=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8BD is #062742. Grayscale: #DEDEDE. Windows color (decimal): -403267 or 12441849. OLE color: 12441849.
HSL color Cylindrical-coordinate representation of color #F9D8BD: hue angle of 27º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9D8BD is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 189 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.02 |
| HSL | 27º | 0.83% | 0.86% | - |
| HSV(B) | 27º | 0.24% | 0.98% | - |
| XYZ | 72.81 | 72.93 | 58.38 | - |
| YUV | 222.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 189 | 0 | 0.13 | 0.24 | 0.02 | 27 | 0.83 | 0.86 |
| Hex | F9 | D8 | BD | 0 | D | 18 | 2 | 1B | 53 | 56 |
| Octal | 371 | 330 | 275 | 0 | 15 | 30 | 2 | 33 | 123 | 126 |
| Binary | 11111001 | 11011000 | 10111101 | 0 | 1101 | 11000 | 10 | 11011 | 1010011 | 1010110 |
Color Harmonies of #F9D8BD
Complementary color
Monochromatic Colors of #F9D8BD
Black with #F9D8BD
Text Example
Text Example
White with #F9D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D8BD; }
p { color: rgb(249,216,189); }
H1.HeaderClassName
{
color: #F9D8BD;
}
.AnyTagClassName
{
color: #F9D8BD;
}
</style>
background-color css
<style>
a { background-color: #F9D8BD; }
a { background-color: rgb(249,216,189); }
div.DivClassName
{
background-color: #F9D8BD;
}
.BgClassName
{
background-color: #F9D8BD;
}
</style>
border-color css
<style>
span { border-color: #F9D8BD; }
span { border-color: rgb(249,216,189); }
td.TdClassName
{
border-color: #F9D8BD;
}
.TagClassName
{
border-color: #F9D8BD;
}
</style>