Shades of Karry #F8DCCB
Tints of Karry #F8DCCB
RGB
CMYK
RGB Variations
Color information
#F8DCCB (or 0xF8DCCB) is known color: Karry. HEX triplet: F8, DC and CB. RGB value is (248,220,203). Sum of RGB (Red+Green+Blue) = 248+220+203=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCCB is #072334. Grayscale: #E2E2E2. Windows color (decimal): -467765 or 13360376. OLE color: 13360376.
HSL color Cylindrical-coordinate representation of color #F8DCCB: hue angle of 22.67º degrees, saturation: 0.76, 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 #F8DCCB is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 203 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.03 |
| HSL | 22.67º | 0.76% | 0.88% | - |
| HSV(B) | 22.67º | 0.18% | 0.97% | - |
| XYZ | 75.08 | 75.45 | 67.11 | - |
| YUV | 226.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 203 | 0 | 0.11 | 0.18 | 0.03 | 22.67 | 0.76 | 0.88 |
| Hex | F8 | DC | CB | 0 | B | 12 | 3 | 17 | 4C | 58 |
| Octal | 370 | 334 | 313 | 0 | 13 | 22 | 3 | 27 | 114 | 130 |
| Binary | 11111000 | 11011100 | 11001011 | 0 | 1011 | 10010 | 11 | 10111 | 1001100 | 1011000 |
Color Harmonies of #F8DCCB
Complementary color
Monochromatic Colors of #F8DCCB
Black with #F8DCCB
Text Example
Text Example
White with #F8DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCCB; }
p { color: rgb(248,220,203); }
H1.HeaderClassName
{
color: #F8DCCB;
}
.AnyTagClassName
{
color: #F8DCCB;
}
</style>
background-color css
<style>
a { background-color: #F8DCCB; }
a { background-color: rgb(248,220,203); }
div.DivClassName
{
background-color: #F8DCCB;
}
.BgClassName
{
background-color: #F8DCCB;
}
</style>
border-color css
<style>
span { border-color: #F8DCCB; }
span { border-color: rgb(248,220,203); }
td.TdClassName
{
border-color: #F8DCCB;
}
.TagClassName
{
border-color: #F8DCCB;
}
</style>