Shades of Cape Honey #FBDFA1
Tints of Cape Honey #FBDFA1
RGB
CMYK
RGB Variations
Color information
#FBDFA1 (or 0xFBDFA1) is known color: Cape Honey. HEX triplet: FB, DF and A1. RGB value is (251,223,161). Sum of RGB (Red+Green+Blue) = 251+223+161=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFA1 is #04205E. Grayscale: #E0E0E0. Windows color (decimal): -270431 or 10608635. OLE color: 10608635.
HSL color Cylindrical-coordinate representation of color #FBDFA1: hue angle of 41.33º 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 #FBDFA1 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 161 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.02 |
| HSL | 41.33º | 0.92% | 0.81% | - |
| HSV(B) | 41.33º | 0.36% | 0.98% | - |
| XYZ | 72.6 | 75.86 | 44.53 | - |
| YUV | 224.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 161 | 0 | 0.11 | 0.36 | 0.02 | 41.33 | 0.92 | 0.81 |
| Hex | FB | DF | A1 | 0 | B | 24 | 2 | 29 | 5C | 51 |
| Octal | 373 | 337 | 241 | 0 | 13 | 44 | 2 | 51 | 134 | 121 |
| Binary | 11111011 | 11011111 | 10100001 | 0 | 1011 | 100100 | 10 | 101001 | 1011100 | 1010001 |
Color Harmonies of #FBDFA1
Complementary color
Monochromatic Colors of #FBDFA1
Black with #FBDFA1
Text Example
Text Example
White with #FBDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFA1; }
p { color: rgb(251,223,161); }
H1.HeaderClassName
{
color: #FBDFA1;
}
.AnyTagClassName
{
color: #FBDFA1;
}
</style>
background-color css
<style>
a { background-color: #FBDFA1; }
a { background-color: rgb(251,223,161); }
div.DivClassName
{
background-color: #FBDFA1;
}
.BgClassName
{
background-color: #FBDFA1;
}
</style>
border-color css
<style>
span { border-color: #FBDFA1; }
span { border-color: rgb(251,223,161); }
td.TdClassName
{
border-color: #FBDFA1;
}
.TagClassName
{
border-color: #FBDFA1;
}
</style>