Shades of Karry #F6DBC8
Tints of Karry #F6DBC8
RGB
CMYK
RGB Variations
Color information
#F6DBC8 (or 0xF6DBC8) is known color: Karry. HEX triplet: F6, DB and C8. RGB value is (246,219,200). Sum of RGB (Red+Green+Blue) = 246+219+200=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 200 (78.52% from 255 or 30.08% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBC8 is #092437. Grayscale: #E1E1E1. Windows color (decimal): -599096 or 13163510. OLE color: 13163510.
HSL color Cylindrical-coordinate representation of color #F6DBC8: hue angle of 24.78º 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 #F6DBC8 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 200 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.04 |
| HSL | 24.78º | 0.72% | 0.87% | - |
| HSV(B) | 24.78º | 0.19% | 0.96% | - |
| XYZ | 73.76 | 74.43 | 65.12 | - |
| YUV | 224.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 200 | 0 | 0.11 | 0.19 | 0.04 | 24.78 | 0.72 | 0.87 |
| Hex | F6 | DB | C8 | 0 | B | 13 | 4 | 19 | 48 | 57 |
| Octal | 366 | 333 | 310 | 0 | 13 | 23 | 4 | 31 | 110 | 127 |
| Binary | 11110110 | 11011011 | 11001000 | 0 | 1011 | 10011 | 100 | 11001 | 1001000 | 1010111 |
Color Harmonies of #F6DBC8
Complementary color
Monochromatic Colors of #F6DBC8
Black with #F6DBC8
Text Example
Text Example
White with #F6DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBC8; }
p { color: rgb(246,219,200); }
H1.HeaderClassName
{
color: #F6DBC8;
}
.AnyTagClassName
{
color: #F6DBC8;
}
</style>
background-color css
<style>
a { background-color: #F6DBC8; }
a { background-color: rgb(246,219,200); }
div.DivClassName
{
background-color: #F6DBC8;
}
.BgClassName
{
background-color: #F6DBC8;
}
</style>
border-color css
<style>
span { border-color: #F6DBC8; }
span { border-color: rgb(246,219,200); }
td.TdClassName
{
border-color: #F6DBC8;
}
.TagClassName
{
border-color: #F6DBC8;
}
</style>