Shades of Karry #FBDEC8
Tints of Karry #FBDEC8
RGB
CMYK
RGB Variations
Color information
#FBDEC8 (or 0xFBDEC8) is known color: Karry. HEX triplet: FB, DE and C8. RGB value is (251,222,200). Sum of RGB (Red+Green+Blue) = 251+222+200=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEC8 is #042137. Grayscale: #E4E4E4. Windows color (decimal): -270648 or 13164283. OLE color: 13164283.
HSL color Cylindrical-coordinate representation of color #FBDEC8: hue angle of 25.88º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBDEC8 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 200 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.02 |
| HSL | 25.88º | 0.86% | 0.88% | - |
| HSV(B) | 25.88º | 0.2% | 0.98% | - |
| XYZ | 76.33 | 76.92 | 65.47 | - |
| YUV | 228.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 200 | 0 | 0.12 | 0.20 | 0.02 | 25.88 | 0.86 | 0.88 |
| Hex | FB | DE | C8 | 0 | C | 14 | 2 | 1A | 56 | 58 |
| Octal | 373 | 336 | 310 | 0 | 14 | 24 | 2 | 32 | 126 | 130 |
| Binary | 11111011 | 11011110 | 11001000 | 0 | 1100 | 10100 | 10 | 11010 | 1010110 | 1011000 |
Color Harmonies of #FBDEC8
Complementary color
Monochromatic Colors of #FBDEC8
Black with #FBDEC8
Text Example
Text Example
White with #FBDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEC8; }
p { color: rgb(251,222,200); }
H1.HeaderClassName
{
color: #FBDEC8;
}
.AnyTagClassName
{
color: #FBDEC8;
}
</style>
background-color css
<style>
a { background-color: #FBDEC8; }
a { background-color: rgb(251,222,200); }
div.DivClassName
{
background-color: #FBDEC8;
}
.BgClassName
{
background-color: #FBDEC8;
}
</style>
border-color css
<style>
span { border-color: #FBDEC8; }
span { border-color: rgb(251,222,200); }
td.TdClassName
{
border-color: #FBDEC8;
}
.TagClassName
{
border-color: #FBDEC8;
}
</style>