Shades of Cape Honey #FBDBA6
Tints of Cape Honey #FBDBA6
RGB
CMYK
RGB Variations
Color information
#FBDBA6 (or 0xFBDBA6) is known color: Cape Honey. HEX triplet: FB, DB and A6. RGB value is (251,219,166). Sum of RGB (Red+Green+Blue) = 251+219+166=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDBA6 is #042459. Grayscale: #DEDEDE. Windows color (decimal): -271450 or 10935291. OLE color: 10935291.
HSL color Cylindrical-coordinate representation of color #FBDBA6: hue angle of 37.41º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBDBA6 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 166 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.02 |
| HSL | 37.41º | 0.91% | 0.82% | - |
| HSV(B) | 37.41º | 0.34% | 0.98% | - |
| XYZ | 72 | 73.93 | 46.55 | - |
| YUV | 222.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 166 | 0 | 0.13 | 0.34 | 0.02 | 37.41 | 0.91 | 0.82 |
| Hex | FB | DB | A6 | 0 | D | 22 | 2 | 25 | 5B | 52 |
| Octal | 373 | 333 | 246 | 0 | 15 | 42 | 2 | 45 | 133 | 122 |
| Binary | 11111011 | 11011011 | 10100110 | 0 | 1101 | 100010 | 10 | 100101 | 1011011 | 1010010 |
Color Harmonies of #FBDBA6
Complementary color
Monochromatic Colors of #FBDBA6
Black with #FBDBA6
Text Example
Text Example
White with #FBDBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBA6; }
p { color: rgb(251,219,166); }
H1.HeaderClassName
{
color: #FBDBA6;
}
.AnyTagClassName
{
color: #FBDBA6;
}
</style>
background-color css
<style>
a { background-color: #FBDBA6; }
a { background-color: rgb(251,219,166); }
div.DivClassName
{
background-color: #FBDBA6;
}
.BgClassName
{
background-color: #FBDBA6;
}
</style>
border-color css
<style>
span { border-color: #FBDBA6; }
span { border-color: rgb(251,219,166); }
td.TdClassName
{
border-color: #FBDBA6;
}
.TagClassName
{
border-color: #FBDBA6;
}
</style>