Shades of Karry #F6DAC7
Tints of Karry #F6DAC7
RGB
CMYK
RGB Variations
Color information
#F6DAC7 (or 0xF6DAC7) is known color: Karry. HEX triplet: F6, DA and C7. RGB value is (246,218,199). Sum of RGB (Red+Green+Blue) = 246+218+199=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 199 (78.12% from 255 or 30.02% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DAC7 is #092538. Grayscale: #E0E0E0. Windows color (decimal): -599353 or 13097718. OLE color: 13097718.
HSL color Cylindrical-coordinate representation of color #F6DAC7: hue angle of 24.26º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F6DAC7 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 199 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.04 |
| HSL | 24.26º | 0.72% | 0.87% | - |
| HSV(B) | 24.26º | 0.19% | 0.96% | - |
| XYZ | 73.39 | 73.86 | 64.42 | - |
| YUV | 224.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 199 | 0 | 0.11 | 0.19 | 0.04 | 24.26 | 0.72 | 0.87 |
| Hex | F6 | DA | C7 | 0 | B | 13 | 4 | 18 | 48 | 57 |
| Octal | 366 | 332 | 307 | 0 | 13 | 23 | 4 | 30 | 110 | 127 |
| Binary | 11110110 | 11011010 | 11000111 | 0 | 1011 | 10011 | 100 | 11000 | 1001000 | 1010111 |
Color Harmonies of #F6DAC7
Complementary color
Monochromatic Colors of #F6DAC7
Black with #F6DAC7
Text Example
Text Example
White with #F6DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAC7; }
p { color: rgb(246,218,199); }
H1.HeaderClassName
{
color: #F6DAC7;
}
.AnyTagClassName
{
color: #F6DAC7;
}
</style>
background-color css
<style>
a { background-color: #F6DAC7; }
a { background-color: rgb(246,218,199); }
div.DivClassName
{
background-color: #F6DAC7;
}
.BgClassName
{
background-color: #F6DAC7;
}
</style>
border-color css
<style>
span { border-color: #F6DAC7; }
span { border-color: rgb(246,218,199); }
td.TdClassName
{
border-color: #F6DAC7;
}
.TagClassName
{
border-color: #F6DAC7;
}
</style>