Shades of Karry #F7DBCA
Tints of Karry #F7DBCA
RGB
CMYK
RGB Variations
Color information
#F7DBCA (or 0xF7DBCA) is known color: Karry. HEX triplet: F7, DB and CA. RGB value is (247,219,202). Sum of RGB (Red+Green+Blue) = 247+219+202=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DBCA is #082435. Grayscale: #E1E1E1. Windows color (decimal): -533558 or 13294583. OLE color: 13294583.
HSL color Cylindrical-coordinate representation of color #F7DBCA: hue angle of 22.67º 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 #F7DBCA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 202 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.03 |
| HSL | 22.67º | 0.74% | 0.88% | - |
| HSV(B) | 22.67º | 0.18% | 0.97% | - |
| XYZ | 74.35 | 74.7 | 66.38 | - |
| YUV | 225.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 202 | 0 | 0.11 | 0.18 | 0.03 | 22.67 | 0.74 | 0.88 |
| Hex | F7 | DB | CA | 0 | B | 12 | 3 | 17 | 4A | 58 |
| Octal | 367 | 333 | 312 | 0 | 13 | 22 | 3 | 27 | 112 | 130 |
| Binary | 11110111 | 11011011 | 11001010 | 0 | 1011 | 10010 | 11 | 10111 | 1001010 | 1011000 |
Color Harmonies of #F7DBCA
Complementary color
Monochromatic Colors of #F7DBCA
Black with #F7DBCA
Text Example
Text Example
White with #F7DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBCA; }
p { color: rgb(247,219,202); }
H1.HeaderClassName
{
color: #F7DBCA;
}
.AnyTagClassName
{
color: #F7DBCA;
}
</style>
background-color css
<style>
a { background-color: #F7DBCA; }
a { background-color: rgb(247,219,202); }
div.DivClassName
{
background-color: #F7DBCA;
}
.BgClassName
{
background-color: #F7DBCA;
}
</style>
border-color css
<style>
span { border-color: #F7DBCA; }
span { border-color: rgb(247,219,202); }
td.TdClassName
{
border-color: #F7DBCA;
}
.TagClassName
{
border-color: #F7DBCA;
}
</style>