Shades of Karry #FBDEC3
Tints of Karry #FBDEC3
RGB
CMYK
RGB Variations
Color information
#FBDEC3 (or 0xFBDEC3) is known color: Karry. HEX triplet: FB, DE and C3. RGB value is (251,222,195). Sum of RGB (Red+Green+Blue) = 251+222+195=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 195 (76.56% from 255 or 29.19% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEC3 is #04213C. Grayscale: #E3E3E3. Windows color (decimal): -270653 or 12836603. OLE color: 12836603.
HSL color Cylindrical-coordinate representation of color #FBDEC3: hue angle of 28.93º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBDEC3 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 195 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.02 |
| HSL | 28.93º | 0.88% | 0.87% | - |
| HSV(B) | 28.93º | 0.22% | 0.98% | - |
| XYZ | 75.76 | 76.69 | 62.44 | - |
| YUV | 227.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 195 | 0 | 0.12 | 0.22 | 0.02 | 28.93 | 0.88 | 0.87 |
| Hex | FB | DE | C3 | 0 | C | 16 | 2 | 1D | 58 | 57 |
| Octal | 373 | 336 | 303 | 0 | 14 | 26 | 2 | 35 | 130 | 127 |
| Binary | 11111011 | 11011110 | 11000011 | 0 | 1100 | 10110 | 10 | 11101 | 1011000 | 1010111 |
Color Harmonies of #FBDEC3
Complementary color
Monochromatic Colors of #FBDEC3
Black with #FBDEC3
Text Example
Text Example
White with #FBDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEC3; }
p { color: rgb(251,222,195); }
H1.HeaderClassName
{
color: #FBDEC3;
}
.AnyTagClassName
{
color: #FBDEC3;
}
</style>
background-color css
<style>
a { background-color: #FBDEC3; }
a { background-color: rgb(251,222,195); }
div.DivClassName
{
background-color: #FBDEC3;
}
.BgClassName
{
background-color: #FBDEC3;
}
</style>
border-color css
<style>
span { border-color: #FBDEC3; }
span { border-color: rgb(251,222,195); }
td.TdClassName
{
border-color: #FBDEC3;
}
.TagClassName
{
border-color: #FBDEC3;
}
</style>