Shades of Cape Honey #FBE2A7
Tints of Cape Honey #FBE2A7
RGB
CMYK
RGB Variations
Color information
#FBE2A7 (or 0xFBE2A7) is known color: Cape Honey. HEX triplet: FB, E2 and A7. RGB value is (251,226,167). Sum of RGB (Red+Green+Blue) = 251+226+167=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 167 (65.62% from 255 or 25.93% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE2A7 is #041D58. Grayscale: #E3E3E3. Windows color (decimal): -269657 or 11002619. OLE color: 11002619.
HSL color Cylindrical-coordinate representation of color #FBE2A7: hue angle of 42.14º 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 #FBE2A7 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 167 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.02 |
| HSL | 42.14º | 0.91% | 0.82% | - |
| HSV(B) | 42.14º | 0.33% | 0.98% | - |
| XYZ | 73.96 | 77.69 | 47.66 | - |
| YUV | 226.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 167 | 0 | 0.10 | 0.33 | 0.02 | 42.14 | 0.91 | 0.82 |
| Hex | FB | E2 | A7 | 0 | A | 21 | 2 | 2A | 5B | 52 |
| Octal | 373 | 342 | 247 | 0 | 12 | 41 | 2 | 52 | 133 | 122 |
| Binary | 11111011 | 11100010 | 10100111 | 0 | 1010 | 100001 | 10 | 101010 | 1011011 | 1010010 |
Color Harmonies of #FBE2A7
Complementary color
Monochromatic Colors of #FBE2A7
Black with #FBE2A7
Text Example
Text Example
White with #FBE2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2A7; }
p { color: rgb(251,226,167); }
H1.HeaderClassName
{
color: #FBE2A7;
}
.AnyTagClassName
{
color: #FBE2A7;
}
</style>
background-color css
<style>
a { background-color: #FBE2A7; }
a { background-color: rgb(251,226,167); }
div.DivClassName
{
background-color: #FBE2A7;
}
.BgClassName
{
background-color: #FBE2A7;
}
</style>
border-color css
<style>
span { border-color: #FBE2A7; }
span { border-color: rgb(251,226,167); }
td.TdClassName
{
border-color: #FBE2A7;
}
.TagClassName
{
border-color: #FBE2A7;
}
</style>