Shades of Karry #F7DCC9
Tints of Karry #F7DCC9
RGB
CMYK
RGB Variations
Color information
#F7DCC9 (or 0xF7DCC9) is known color: Karry. HEX triplet: F7, DC and C9. RGB value is (247,220,201). Sum of RGB (Red+Green+Blue) = 247+220+201=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCC9 is #082336. Grayscale: #E2E2E2. Windows color (decimal): -533303 or 13229303. OLE color: 13229303.
HSL color Cylindrical-coordinate representation of color #F7DCC9: hue angle of 24.78º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7DCC9 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 201 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.03 |
| HSL | 24.78º | 0.74% | 0.88% | - |
| HSV(B) | 24.78º | 0.19% | 0.97% | - |
| XYZ | 74.49 | 75.18 | 65.84 | - |
| YUV | 225.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 201 | 0 | 0.11 | 0.19 | 0.03 | 24.78 | 0.74 | 0.88 |
| Hex | F7 | DC | C9 | 0 | B | 13 | 3 | 19 | 4A | 58 |
| Octal | 367 | 334 | 311 | 0 | 13 | 23 | 3 | 31 | 112 | 130 |
| Binary | 11110111 | 11011100 | 11001001 | 0 | 1011 | 10011 | 11 | 11001 | 1001010 | 1011000 |
Color Harmonies of #F7DCC9
Complementary color
Monochromatic Colors of #F7DCC9
Black with #F7DCC9
Text Example
Text Example
White with #F7DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCC9; }
p { color: rgb(247,220,201); }
H1.HeaderClassName
{
color: #F7DCC9;
}
.AnyTagClassName
{
color: #F7DCC9;
}
</style>
background-color css
<style>
a { background-color: #F7DCC9; }
a { background-color: rgb(247,220,201); }
div.DivClassName
{
background-color: #F7DCC9;
}
.BgClassName
{
background-color: #F7DCC9;
}
</style>
border-color css
<style>
span { border-color: #F7DCC9; }
span { border-color: rgb(247,220,201); }
td.TdClassName
{
border-color: #F7DCC9;
}
.TagClassName
{
border-color: #F7DCC9;
}
</style>