Shades of Cape Honey #FBDDA0
Tints of Cape Honey #FBDDA0
RGB
CMYK
RGB Variations
Color information
#FBDDA0 (or 0xFBDDA0) is known color: Cape Honey. HEX triplet: FB, DD and A0. RGB value is (251,221,160). Sum of RGB (Red+Green+Blue) = 251+221+160=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDA0 is #04225F. Grayscale: #DFDFDF. Windows color (decimal): -270944 or 10542587. OLE color: 10542587.
HSL color Cylindrical-coordinate representation of color #FBDDA0: hue angle of 40.22º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBDDA0 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 160 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.02 |
| HSL | 40.22º | 0.92% | 0.81% | - |
| HSV(B) | 40.22º | 0.36% | 0.98% | - |
| XYZ | 71.99 | 74.76 | 43.89 | - |
| YUV | 223.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 160 | 0 | 0.12 | 0.36 | 0.02 | 40.22 | 0.92 | 0.81 |
| Hex | FB | DD | A0 | 0 | C | 24 | 2 | 28 | 5C | 51 |
| Octal | 373 | 335 | 240 | 0 | 14 | 44 | 2 | 50 | 134 | 121 |
| Binary | 11111011 | 11011101 | 10100000 | 0 | 1100 | 100100 | 10 | 101000 | 1011100 | 1010001 |
Color Harmonies of #FBDDA0
Complementary color
Monochromatic Colors of #FBDDA0
Black with #FBDDA0
Text Example
Text Example
White with #FBDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDA0; }
p { color: rgb(251,221,160); }
H1.HeaderClassName
{
color: #FBDDA0;
}
.AnyTagClassName
{
color: #FBDDA0;
}
</style>
background-color css
<style>
a { background-color: #FBDDA0; }
a { background-color: rgb(251,221,160); }
div.DivClassName
{
background-color: #FBDDA0;
}
.BgClassName
{
background-color: #FBDDA0;
}
</style>
border-color css
<style>
span { border-color: #FBDDA0; }
span { border-color: rgb(251,221,160); }
td.TdClassName
{
border-color: #FBDDA0;
}
.TagClassName
{
border-color: #FBDDA0;
}
</style>