Shades of Cape Honey #FBDFA5
Tints of Cape Honey #FBDFA5
RGB
CMYK
RGB Variations
Color information
#FBDFA5 (or 0xFBDFA5) is known color: Cape Honey. HEX triplet: FB, DF and A5. RGB value is (251,223,165). Sum of RGB (Red+Green+Blue) = 251+223+165=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFA5 is #04205A. Grayscale: #E1E1E1. Windows color (decimal): -270427 or 10870779. OLE color: 10870779.
HSL color Cylindrical-coordinate representation of color #FBDFA5: hue angle of 40.47º 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 #FBDFA5 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 165 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.02 |
| HSL | 40.47º | 0.91% | 0.82% | - |
| HSV(B) | 40.47º | 0.34% | 0.98% | - |
| XYZ | 72.96 | 76 | 46.42 | - |
| YUV | 224.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 165 | 0 | 0.11 | 0.34 | 0.02 | 40.47 | 0.91 | 0.82 |
| Hex | FB | DF | A5 | 0 | B | 22 | 2 | 28 | 5B | 52 |
| Octal | 373 | 337 | 245 | 0 | 13 | 42 | 2 | 50 | 133 | 122 |
| Binary | 11111011 | 11011111 | 10100101 | 0 | 1011 | 100010 | 10 | 101000 | 1011011 | 1010010 |
Color Harmonies of #FBDFA5
Complementary color
Monochromatic Colors of #FBDFA5
Black with #FBDFA5
Text Example
Text Example
White with #FBDFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFA5; }
p { color: rgb(251,223,165); }
H1.HeaderClassName
{
color: #FBDFA5;
}
.AnyTagClassName
{
color: #FBDFA5;
}
</style>
background-color css
<style>
a { background-color: #FBDFA5; }
a { background-color: rgb(251,223,165); }
div.DivClassName
{
background-color: #FBDFA5;
}
.BgClassName
{
background-color: #FBDFA5;
}
</style>
border-color css
<style>
span { border-color: #FBDFA5; }
span { border-color: rgb(251,223,165); }
td.TdClassName
{
border-color: #FBDFA5;
}
.TagClassName
{
border-color: #FBDFA5;
}
</style>