Shades of Karry #FBDBC9
Tints of Karry #FBDBC9
RGB
CMYK
RGB Variations
Color information
#FBDBC9 (or 0xFBDBC9) is known color: Karry. HEX triplet: FB, DB and C9. RGB value is (251,219,201). Sum of RGB (Red+Green+Blue) = 251+219+201=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBC9 is #042436. Grayscale: #E2E2E2. Windows color (decimal): -271415 or 13229051. OLE color: 13229051.
HSL color Cylindrical-coordinate representation of color #FBDBC9: hue angle of 21.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBDBC9 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 201 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.02 |
| HSL | 21.6º | 0.86% | 0.89% | - |
| HSV(B) | 21.6º | 0.2% | 0.98% | - |
| XYZ | 75.66 | 75.39 | 65.82 | - |
| YUV | 226.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 201 | 0 | 0.13 | 0.20 | 0.02 | 21.6 | 0.86 | 0.89 |
| Hex | FB | DB | C9 | 0 | D | 14 | 2 | 16 | 56 | 59 |
| Octal | 373 | 333 | 311 | 0 | 15 | 24 | 2 | 26 | 126 | 131 |
| Binary | 11111011 | 11011011 | 11001001 | 0 | 1101 | 10100 | 10 | 10110 | 1010110 | 1011001 |
Color Harmonies of #FBDBC9
Complementary color
Monochromatic Colors of #FBDBC9
Black with #FBDBC9
Text Example
Text Example
White with #FBDBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBC9; }
p { color: rgb(251,219,201); }
H1.HeaderClassName
{
color: #FBDBC9;
}
.AnyTagClassName
{
color: #FBDBC9;
}
</style>
background-color css
<style>
a { background-color: #FBDBC9; }
a { background-color: rgb(251,219,201); }
div.DivClassName
{
background-color: #FBDBC9;
}
.BgClassName
{
background-color: #FBDBC9;
}
</style>
border-color css
<style>
span { border-color: #FBDBC9; }
span { border-color: rgb(251,219,201); }
td.TdClassName
{
border-color: #FBDBC9;
}
.TagClassName
{
border-color: #FBDBC9;
}
</style>