Shades of Cape Honey #FBDDA6
Tints of Cape Honey #FBDDA6
RGB
CMYK
RGB Variations
Color information
#FBDDA6 (or 0xFBDDA6) is known color: Cape Honey. HEX triplet: FB, DD and A6. RGB value is (251,221,166). Sum of RGB (Red+Green+Blue) = 251+221+166=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDA6 is #042259. Grayscale: #DFDFDF. Windows color (decimal): -270938 or 10935803. OLE color: 10935803.
HSL color Cylindrical-coordinate representation of color #FBDDA6: hue angle of 38.82º 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 #FBDDA6 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 166 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.02 |
| HSL | 38.82º | 0.91% | 0.82% | - |
| HSV(B) | 38.82º | 0.34% | 0.98% | - |
| XYZ | 72.52 | 74.98 | 46.73 | - |
| YUV | 223.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 166 | 0 | 0.12 | 0.34 | 0.02 | 38.82 | 0.91 | 0.82 |
| Hex | FB | DD | A6 | 0 | C | 22 | 2 | 27 | 5B | 52 |
| Octal | 373 | 335 | 246 | 0 | 14 | 42 | 2 | 47 | 133 | 122 |
| Binary | 11111011 | 11011101 | 10100110 | 0 | 1100 | 100010 | 10 | 100111 | 1011011 | 1010010 |
Color Harmonies of #FBDDA6
Complementary color
Monochromatic Colors of #FBDDA6
Black with #FBDDA6
Text Example
Text Example
White with #FBDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDA6; }
p { color: rgb(251,221,166); }
H1.HeaderClassName
{
color: #FBDDA6;
}
.AnyTagClassName
{
color: #FBDDA6;
}
</style>
background-color css
<style>
a { background-color: #FBDDA6; }
a { background-color: rgb(251,221,166); }
div.DivClassName
{
background-color: #FBDDA6;
}
.BgClassName
{
background-color: #FBDDA6;
}
</style>
border-color css
<style>
span { border-color: #FBDDA6; }
span { border-color: rgb(251,221,166); }
td.TdClassName
{
border-color: #FBDDA6;
}
.TagClassName
{
border-color: #FBDDA6;
}
</style>