Shades of Karry #FBDEC0
Tints of Karry #FBDEC0
RGB
CMYK
RGB Variations
Color information
#FBDEC0 (or 0xFBDEC0) is known color: Karry. HEX triplet: FB, DE and C0. RGB value is (251,222,192). Sum of RGB (Red+Green+Blue) = 251+222+192=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEC0 is #04213F. Grayscale: #E3E3E3. Windows color (decimal): -270656 or 12639995. OLE color: 12639995.
HSL color Cylindrical-coordinate representation of color #FBDEC0: hue angle of 30.51º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBDEC0 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 192 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.02 |
| HSL | 30.51º | 0.88% | 0.87% | - |
| HSV(B) | 30.51º | 0.24% | 0.98% | - |
| XYZ | 75.42 | 76.56 | 60.67 | - |
| YUV | 227.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 192 | 0 | 0.12 | 0.24 | 0.02 | 30.51 | 0.88 | 0.87 |
| Hex | FB | DE | C0 | 0 | C | 18 | 2 | 1F | 58 | 57 |
| Octal | 373 | 336 | 300 | 0 | 14 | 30 | 2 | 37 | 130 | 127 |
| Binary | 11111011 | 11011110 | 11000000 | 0 | 1100 | 11000 | 10 | 11111 | 1011000 | 1010111 |
Color Harmonies of #FBDEC0
Complementary color
Monochromatic Colors of #FBDEC0
Black with #FBDEC0
Text Example
Text Example
White with #FBDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEC0; }
p { color: rgb(251,222,192); }
H1.HeaderClassName
{
color: #FBDEC0;
}
.AnyTagClassName
{
color: #FBDEC0;
}
</style>
background-color css
<style>
a { background-color: #FBDEC0; }
a { background-color: rgb(251,222,192); }
div.DivClassName
{
background-color: #FBDEC0;
}
.BgClassName
{
background-color: #FBDEC0;
}
</style>
border-color css
<style>
span { border-color: #FBDEC0; }
span { border-color: rgb(251,222,192); }
td.TdClassName
{
border-color: #FBDEC0;
}
.TagClassName
{
border-color: #FBDEC0;
}
</style>