Shades of Karry #F6DBCA
Tints of Karry #F6DBCA
RGB
CMYK
RGB Variations
Color information
#F6DBCA (or 0xF6DBCA) is known color: Karry. HEX triplet: F6, DB and CA. RGB value is (246,219,202). Sum of RGB (Red+Green+Blue) = 246+219+202=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBCA is #092435. Grayscale: #E1E1E1. Windows color (decimal): -599094 or 13294582. OLE color: 13294582.
HSL color Cylindrical-coordinate representation of color #F6DBCA: hue angle of 23.18º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6DBCA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 202 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.04 |
| HSL | 23.18º | 0.71% | 0.88% | - |
| HSV(B) | 23.18º | 0.18% | 0.96% | - |
| XYZ | 74 | 74.52 | 66.36 | - |
| YUV | 225.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 202 | 0 | 0.11 | 0.18 | 0.04 | 23.18 | 0.71 | 0.88 |
| Hex | F6 | DB | CA | 0 | B | 12 | 4 | 17 | 47 | 58 |
| Octal | 366 | 333 | 312 | 0 | 13 | 22 | 4 | 27 | 107 | 130 |
| Binary | 11110110 | 11011011 | 11001010 | 0 | 1011 | 10010 | 100 | 10111 | 1000111 | 1011000 |
Color Harmonies of #F6DBCA
Complementary color
Monochromatic Colors of #F6DBCA
Black with #F6DBCA
Text Example
Text Example
White with #F6DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBCA; }
p { color: rgb(246,219,202); }
H1.HeaderClassName
{
color: #F6DBCA;
}
.AnyTagClassName
{
color: #F6DBCA;
}
</style>
background-color css
<style>
a { background-color: #F6DBCA; }
a { background-color: rgb(246,219,202); }
div.DivClassName
{
background-color: #F6DBCA;
}
.BgClassName
{
background-color: #F6DBCA;
}
</style>
border-color css
<style>
span { border-color: #F6DBCA; }
span { border-color: rgb(246,219,202); }
td.TdClassName
{
border-color: #F6DBCA;
}
.TagClassName
{
border-color: #F6DBCA;
}
</style>