Shades of Karry #FBDEC2
Tints of Karry #FBDEC2
RGB
CMYK
RGB Variations
Color information
#FBDEC2 (or 0xFBDEC2) is known color: Karry. HEX triplet: FB, DE and C2. RGB value is (251,222,194). Sum of RGB (Red+Green+Blue) = 251+222+194=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEC2 is #04213D. Grayscale: #E3E3E3. Windows color (decimal): -270654 or 12771067. OLE color: 12771067.
HSL color Cylindrical-coordinate representation of color #FBDEC2: hue angle of 29.47º 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 #FBDEC2 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 194 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.02 |
| HSL | 29.47º | 0.88% | 0.87% | - |
| HSV(B) | 29.47º | 0.23% | 0.98% | - |
| XYZ | 75.64 | 76.65 | 61.85 | - |
| YUV | 227.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 194 | 0 | 0.12 | 0.23 | 0.02 | 29.47 | 0.88 | 0.87 |
| Hex | FB | DE | C2 | 0 | C | 17 | 2 | 1D | 58 | 57 |
| Octal | 373 | 336 | 302 | 0 | 14 | 27 | 2 | 35 | 130 | 127 |
| Binary | 11111011 | 11011110 | 11000010 | 0 | 1100 | 10111 | 10 | 11101 | 1011000 | 1010111 |
Color Harmonies of #FBDEC2
Complementary color
Monochromatic Colors of #FBDEC2
Black with #FBDEC2
Text Example
Text Example
White with #FBDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEC2; }
p { color: rgb(251,222,194); }
H1.HeaderClassName
{
color: #FBDEC2;
}
.AnyTagClassName
{
color: #FBDEC2;
}
</style>
background-color css
<style>
a { background-color: #FBDEC2; }
a { background-color: rgb(251,222,194); }
div.DivClassName
{
background-color: #FBDEC2;
}
.BgClassName
{
background-color: #FBDEC2;
}
</style>
border-color css
<style>
span { border-color: #FBDEC2; }
span { border-color: rgb(251,222,194); }
td.TdClassName
{
border-color: #FBDEC2;
}
.TagClassName
{
border-color: #FBDEC2;
}
</style>