Shades of Karry #F9DAC7
Tints of Karry #F9DAC7
RGB
CMYK
RGB Variations
Color information
#F9DAC7 (or 0xF9DAC7) is known color: Karry. HEX triplet: F9, DA and C7. RGB value is (249,218,199). Sum of RGB (Red+Green+Blue) = 249+218+199=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 199 (78.12% from 255 or 29.88% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAC7 is #062538. Grayscale: #E1E1E1. Windows color (decimal): -402745 or 13097721. OLE color: 13097721.
HSL color Cylindrical-coordinate representation of color #F9DAC7: hue angle of 22.8º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9DAC7 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 199 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.02 |
| HSL | 22.8º | 0.81% | 0.88% | - |
| HSV(B) | 22.8º | 0.2% | 0.98% | - |
| XYZ | 74.45 | 74.41 | 64.47 | - |
| YUV | 225.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 199 | 0 | 0.12 | 0.20 | 0.02 | 22.8 | 0.81 | 0.88 |
| Hex | F9 | DA | C7 | 0 | C | 14 | 2 | 17 | 51 | 58 |
| Octal | 371 | 332 | 307 | 0 | 14 | 24 | 2 | 27 | 121 | 130 |
| Binary | 11111001 | 11011010 | 11000111 | 0 | 1100 | 10100 | 10 | 10111 | 1010001 | 1011000 |
Color Harmonies of #F9DAC7
Complementary color
Monochromatic Colors of #F9DAC7
Black with #F9DAC7
Text Example
Text Example
White with #F9DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DAC7; }
p { color: rgb(249,218,199); }
H1.HeaderClassName
{
color: #F9DAC7;
}
.AnyTagClassName
{
color: #F9DAC7;
}
</style>
background-color css
<style>
a { background-color: #F9DAC7; }
a { background-color: rgb(249,218,199); }
div.DivClassName
{
background-color: #F9DAC7;
}
.BgClassName
{
background-color: #F9DAC7;
}
</style>
border-color css
<style>
span { border-color: #F9DAC7; }
span { border-color: rgb(249,218,199); }
td.TdClassName
{
border-color: #F9DAC7;
}
.TagClassName
{
border-color: #F9DAC7;
}
</style>