Shades of Karry #FBDEC1
Tints of Karry #FBDEC1
RGB
CMYK
RGB Variations
Color information
#FBDEC1 (or 0xFBDEC1) is known color: Karry. HEX triplet: FB, DE and C1. RGB value is (251,222,193). Sum of RGB (Red+Green+Blue) = 251+222+193=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEC1 is #04213E. Grayscale: #E3E3E3. Windows color (decimal): -270655 or 12705531. OLE color: 12705531.
HSL color Cylindrical-coordinate representation of color #FBDEC1: hue angle of 30º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBDEC1 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 193 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.02 |
| HSL | 30º | 0.88% | 0.87% | - |
| HSV(B) | 30º | 0.23% | 0.98% | - |
| XYZ | 75.53 | 76.6 | 61.26 | - |
| YUV | 227.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 193 | 0 | 0.12 | 0.23 | 0.02 | 30 | 0.88 | 0.87 |
| Hex | FB | DE | C1 | 0 | C | 17 | 2 | 1E | 58 | 57 |
| Octal | 373 | 336 | 301 | 0 | 14 | 27 | 2 | 36 | 130 | 127 |
| Binary | 11111011 | 11011110 | 11000001 | 0 | 1100 | 10111 | 10 | 11110 | 1011000 | 1010111 |
Color Harmonies of #FBDEC1
Complementary color
Monochromatic Colors of #FBDEC1
Black with #FBDEC1
Text Example
Text Example
White with #FBDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEC1; }
p { color: rgb(251,222,193); }
H1.HeaderClassName
{
color: #FBDEC1;
}
.AnyTagClassName
{
color: #FBDEC1;
}
</style>
background-color css
<style>
a { background-color: #FBDEC1; }
a { background-color: rgb(251,222,193); }
div.DivClassName
{
background-color: #FBDEC1;
}
.BgClassName
{
background-color: #FBDEC1;
}
</style>
border-color css
<style>
span { border-color: #FBDEC1; }
span { border-color: rgb(251,222,193); }
td.TdClassName
{
border-color: #FBDEC1;
}
.TagClassName
{
border-color: #FBDEC1;
}
</style>