Shades of Karry #F8DBCA
Tints of Karry #F8DBCA
RGB
CMYK
RGB Variations
Color information
#F8DBCA (or 0xF8DBCA) is known color: Karry. HEX triplet: F8, DB and CA. RGB value is (248,219,202). Sum of RGB (Red+Green+Blue) = 248+219+202=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBCA is #072435. Grayscale: #E1E1E1. Windows color (decimal): -468022 or 13294584. OLE color: 13294584.
HSL color Cylindrical-coordinate representation of color #F8DBCA: hue angle of 22.17º degrees, saturation: 0.77, 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 #F8DBCA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 202 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.03 |
| HSL | 22.17º | 0.77% | 0.88% | - |
| HSV(B) | 22.17º | 0.19% | 0.97% | - |
| XYZ | 74.7 | 74.88 | 66.39 | - |
| YUV | 225.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 202 | 0 | 0.12 | 0.19 | 0.03 | 22.17 | 0.77 | 0.88 |
| Hex | F8 | DB | CA | 0 | C | 13 | 3 | 16 | 4D | 58 |
| Octal | 370 | 333 | 312 | 0 | 14 | 23 | 3 | 26 | 115 | 130 |
| Binary | 11111000 | 11011011 | 11001010 | 0 | 1100 | 10011 | 11 | 10110 | 1001101 | 1011000 |
Color Harmonies of #F8DBCA
Complementary color
Monochromatic Colors of #F8DBCA
Black with #F8DBCA
Text Example
Text Example
White with #F8DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBCA; }
p { color: rgb(248,219,202); }
H1.HeaderClassName
{
color: #F8DBCA;
}
.AnyTagClassName
{
color: #F8DBCA;
}
</style>
background-color css
<style>
a { background-color: #F8DBCA; }
a { background-color: rgb(248,219,202); }
div.DivClassName
{
background-color: #F8DBCA;
}
.BgClassName
{
background-color: #F8DBCA;
}
</style>
border-color css
<style>
span { border-color: #F8DBCA; }
span { border-color: rgb(248,219,202); }
td.TdClassName
{
border-color: #F8DBCA;
}
.TagClassName
{
border-color: #F8DBCA;
}
</style>