Shades of Cape Honey #FBDFA4
Tints of Cape Honey #FBDFA4
RGB
CMYK
RGB Variations
Color information
#FBDFA4 (or 0xFBDFA4) is known color: Cape Honey. HEX triplet: FB, DF and A4. RGB value is (251,223,164). Sum of RGB (Red+Green+Blue) = 251+223+164=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFA4 is #04205B. Grayscale: #E0E0E0. Windows color (decimal): -270428 or 10805243. OLE color: 10805243.
HSL color Cylindrical-coordinate representation of color #FBDFA4: hue angle of 40.69º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBDFA4 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 164 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.02 |
| HSL | 40.69º | 0.92% | 0.81% | - |
| HSV(B) | 40.69º | 0.35% | 0.98% | - |
| XYZ | 72.87 | 75.96 | 45.94 | - |
| YUV | 224.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 164 | 0 | 0.11 | 0.35 | 0.02 | 40.69 | 0.92 | 0.81 |
| Hex | FB | DF | A4 | 0 | B | 23 | 2 | 29 | 5C | 51 |
| Octal | 373 | 337 | 244 | 0 | 13 | 43 | 2 | 51 | 134 | 121 |
| Binary | 11111011 | 11011111 | 10100100 | 0 | 1011 | 100011 | 10 | 101001 | 1011100 | 1010001 |
Color Harmonies of #FBDFA4
Complementary color
Monochromatic Colors of #FBDFA4
Black with #FBDFA4
Text Example
Text Example
White with #FBDFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFA4; }
p { color: rgb(251,223,164); }
H1.HeaderClassName
{
color: #FBDFA4;
}
.AnyTagClassName
{
color: #FBDFA4;
}
</style>
background-color css
<style>
a { background-color: #FBDFA4; }
a { background-color: rgb(251,223,164); }
div.DivClassName
{
background-color: #FBDFA4;
}
.BgClassName
{
background-color: #FBDFA4;
}
</style>
border-color css
<style>
span { border-color: #FBDFA4; }
span { border-color: rgb(251,223,164); }
td.TdClassName
{
border-color: #FBDFA4;
}
.TagClassName
{
border-color: #FBDFA4;
}
</style>