Shades of Karry #F9D9BF
Tints of Karry #F9D9BF
RGB
CMYK
RGB Variations
Color information
#F9D9BF (or 0xF9D9BF) is known color: Karry. HEX triplet: F9, D9 and BF. RGB value is (249,217,191). Sum of RGB (Red+Green+Blue) = 249+217+191=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D9BF is #062640. Grayscale: #DFDFDF. Windows color (decimal): -403009 or 12573177. OLE color: 12573177.
HSL color Cylindrical-coordinate representation of color #F9D9BF: hue angle of 26.9º 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 #F9D9BF is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 191 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.02 |
| HSL | 26.9º | 0.83% | 0.86% | - |
| HSV(B) | 26.9º | 0.23% | 0.98% | - |
| XYZ | 73.28 | 73.53 | 59.62 | - |
| YUV | 223.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 191 | 0 | 0.13 | 0.23 | 0.02 | 26.9 | 0.83 | 0.86 |
| Hex | F9 | D9 | BF | 0 | D | 17 | 2 | 1B | 53 | 56 |
| Octal | 371 | 331 | 277 | 0 | 15 | 27 | 2 | 33 | 123 | 126 |
| Binary | 11111001 | 11011001 | 10111111 | 0 | 1101 | 10111 | 10 | 11011 | 1010011 | 1010110 |
Color Harmonies of #F9D9BF
Complementary color
Monochromatic Colors of #F9D9BF
Black with #F9D9BF
Text Example
Text Example
White with #F9D9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D9BF; }
p { color: rgb(249,217,191); }
H1.HeaderClassName
{
color: #F9D9BF;
}
.AnyTagClassName
{
color: #F9D9BF;
}
</style>
background-color css
<style>
a { background-color: #F9D9BF; }
a { background-color: rgb(249,217,191); }
div.DivClassName
{
background-color: #F9D9BF;
}
.BgClassName
{
background-color: #F9D9BF;
}
</style>
border-color css
<style>
span { border-color: #F9D9BF; }
span { border-color: rgb(249,217,191); }
td.TdClassName
{
border-color: #F9D9BF;
}
.TagClassName
{
border-color: #F9D9BF;
}
</style>