Shades of Cape Honey #FBDEA1
Tints of Cape Honey #FBDEA1
RGB
CMYK
RGB Variations
Color information
#FBDEA1 (or 0xFBDEA1) is known color: Cape Honey. HEX triplet: FB, DE and A1. RGB value is (251,222,161). Sum of RGB (Red+Green+Blue) = 251+222+161=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEA1 is #04215E. Grayscale: #DFDFDF. Windows color (decimal): -270687 or 10608379. OLE color: 10608379.
HSL color Cylindrical-coordinate representation of color #FBDEA1: hue angle of 40.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBDEA1 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 161 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.02 |
| HSL | 40.67º | 0.92% | 0.81% | - |
| HSV(B) | 40.67º | 0.36% | 0.98% | - |
| XYZ | 72.34 | 75.33 | 44.44 | - |
| YUV | 223.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 161 | 0 | 0.12 | 0.36 | 0.02 | 40.67 | 0.92 | 0.81 |
| Hex | FB | DE | A1 | 0 | C | 24 | 2 | 29 | 5C | 51 |
| Octal | 373 | 336 | 241 | 0 | 14 | 44 | 2 | 51 | 134 | 121 |
| Binary | 11111011 | 11011110 | 10100001 | 0 | 1100 | 100100 | 10 | 101001 | 1011100 | 1010001 |
Color Harmonies of #FBDEA1
Complementary color
Monochromatic Colors of #FBDEA1
Black with #FBDEA1
Text Example
Text Example
White with #FBDEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEA1; }
p { color: rgb(251,222,161); }
H1.HeaderClassName
{
color: #FBDEA1;
}
.AnyTagClassName
{
color: #FBDEA1;
}
</style>
background-color css
<style>
a { background-color: #FBDEA1; }
a { background-color: rgb(251,222,161); }
div.DivClassName
{
background-color: #FBDEA1;
}
.BgClassName
{
background-color: #FBDEA1;
}
</style>
border-color css
<style>
span { border-color: #FBDEA1; }
span { border-color: rgb(251,222,161); }
td.TdClassName
{
border-color: #FBDEA1;
}
.TagClassName
{
border-color: #FBDEA1;
}
</style>