Shades of Cape Honey #FBDEA7
Tints of Cape Honey #FBDEA7
RGB
CMYK
RGB Variations
Color information
#FBDEA7 (or 0xFBDEA7) is known color: Cape Honey. HEX triplet: FB, DE and A7. RGB value is (251,222,167). Sum of RGB (Red+Green+Blue) = 251+222+167=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEA7 is #042158. Grayscale: #E0E0E0. Windows color (decimal): -270681 or 11001595. OLE color: 11001595.
HSL color Cylindrical-coordinate representation of color #FBDEA7: hue angle of 39.29º 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 #FBDEA7 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 167 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.02 |
| HSL | 39.29º | 0.91% | 0.82% | - |
| HSV(B) | 39.29º | 0.33% | 0.98% | - |
| XYZ | 72.88 | 75.54 | 47.3 | - |
| YUV | 224.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 167 | 0 | 0.12 | 0.33 | 0.02 | 39.29 | 0.91 | 0.82 |
| Hex | FB | DE | A7 | 0 | C | 21 | 2 | 27 | 5B | 52 |
| Octal | 373 | 336 | 247 | 0 | 14 | 41 | 2 | 47 | 133 | 122 |
| Binary | 11111011 | 11011110 | 10100111 | 0 | 1100 | 100001 | 10 | 100111 | 1011011 | 1010010 |
Color Harmonies of #FBDEA7
Complementary color
Monochromatic Colors of #FBDEA7
Black with #FBDEA7
Text Example
Text Example
White with #FBDEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEA7; }
p { color: rgb(251,222,167); }
H1.HeaderClassName
{
color: #FBDEA7;
}
.AnyTagClassName
{
color: #FBDEA7;
}
</style>
background-color css
<style>
a { background-color: #FBDEA7; }
a { background-color: rgb(251,222,167); }
div.DivClassName
{
background-color: #FBDEA7;
}
.BgClassName
{
background-color: #FBDEA7;
}
</style>
border-color css
<style>
span { border-color: #FBDEA7; }
span { border-color: rgb(251,222,167); }
td.TdClassName
{
border-color: #FBDEA7;
}
.TagClassName
{
border-color: #FBDEA7;
}
</style>