Shades of Karry #F7DCCA
Tints of Karry #F7DCCA
RGB
CMYK
RGB Variations
Color information
#F7DCCA (or 0xF7DCCA) is known color: Karry. HEX triplet: F7, DC and CA. RGB value is (247,220,202). Sum of RGB (Red+Green+Blue) = 247+220+202=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCCA is #082335. Grayscale: #E2E2E2. Windows color (decimal): -533302 or 13294839. OLE color: 13294839.
HSL color Cylindrical-coordinate representation of color #F7DCCA: hue angle of 24º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7DCCA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 202 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.03 |
| HSL | 24º | 0.74% | 0.88% | - |
| HSV(B) | 24º | 0.18% | 0.97% | - |
| XYZ | 74.61 | 75.22 | 66.46 | - |
| YUV | 226.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 202 | 0 | 0.11 | 0.18 | 0.03 | 24 | 0.74 | 0.88 |
| Hex | F7 | DC | CA | 0 | B | 12 | 3 | 18 | 4A | 58 |
| Octal | 367 | 334 | 312 | 0 | 13 | 22 | 3 | 30 | 112 | 130 |
| Binary | 11110111 | 11011100 | 11001010 | 0 | 1011 | 10010 | 11 | 11000 | 1001010 | 1011000 |
Color Harmonies of #F7DCCA
Complementary color
Monochromatic Colors of #F7DCCA
Black with #F7DCCA
Text Example
Text Example
White with #F7DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCCA; }
p { color: rgb(247,220,202); }
H1.HeaderClassName
{
color: #F7DCCA;
}
.AnyTagClassName
{
color: #F7DCCA;
}
</style>
background-color css
<style>
a { background-color: #F7DCCA; }
a { background-color: rgb(247,220,202); }
div.DivClassName
{
background-color: #F7DCCA;
}
.BgClassName
{
background-color: #F7DCCA;
}
</style>
border-color css
<style>
span { border-color: #F7DCCA; }
span { border-color: rgb(247,220,202); }
td.TdClassName
{
border-color: #F7DCCA;
}
.TagClassName
{
border-color: #F7DCCA;
}
</style>