Shades of Cape Honey #FBE4A9
Tints of Cape Honey #FBE4A9
RGB
CMYK
RGB Variations
Color information
#FBE4A9 (or 0xFBE4A9) is known color: Cape Honey. HEX triplet: FB, E4 and A9. RGB value is (251,228,169). Sum of RGB (Red+Green+Blue) = 251+228+169=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 169 (66.41% from 255 or 26.08% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE4A9 is #041B56. Grayscale: #E4E4E4. Windows color (decimal): -269143 or 11134203. OLE color: 11134203.
HSL color Cylindrical-coordinate representation of color #FBE4A9: hue angle of 43.17º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBE4A9 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 169 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.02 |
| HSL | 43.17º | 0.91% | 0.82% | - |
| HSV(B) | 43.17º | 0.33% | 0.98% | - |
| XYZ | 74.69 | 78.86 | 48.82 | - |
| YUV | 228.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 169 | 0 | 0.09 | 0.33 | 0.02 | 43.17 | 0.91 | 0.82 |
| Hex | FB | E4 | A9 | 0 | 9 | 21 | 2 | 2B | 5B | 52 |
| Octal | 373 | 344 | 251 | 0 | 11 | 41 | 2 | 53 | 133 | 122 |
| Binary | 11111011 | 11100100 | 10101001 | 0 | 1001 | 100001 | 10 | 101011 | 1011011 | 1010010 |
Color Harmonies of #FBE4A9
Complementary color
Monochromatic Colors of #FBE4A9
Black with #FBE4A9
Text Example
Text Example
White with #FBE4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE4A9; }
p { color: rgb(251,228,169); }
H1.HeaderClassName
{
color: #FBE4A9;
}
.AnyTagClassName
{
color: #FBE4A9;
}
</style>
background-color css
<style>
a { background-color: #FBE4A9; }
a { background-color: rgb(251,228,169); }
div.DivClassName
{
background-color: #FBE4A9;
}
.BgClassName
{
background-color: #FBE4A9;
}
</style>
border-color css
<style>
span { border-color: #FBE4A9; }
span { border-color: rgb(251,228,169); }
td.TdClassName
{
border-color: #FBE4A9;
}
.TagClassName
{
border-color: #FBE4A9;
}
</style>