Shades of Cape Honey #FEDCA2
Tints of Cape Honey #FEDCA2
RGB
CMYK
RGB Variations
Color information
#FEDCA2 (or 0xFEDCA2) is known color: Cape Honey. HEX triplet: FE, DC and A2. RGB value is (254,220,162). Sum of RGB (Red+Green+Blue) = 254+220+162=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCA2 is #01235D. Grayscale: #DFDFDF. Windows color (decimal): -74590 or 10673406. OLE color: 10673406.
HSL color Cylindrical-coordinate representation of color #FEDCA2: hue angle of 37.83º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEDCA2 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 162 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.00 |
| HSL | 37.83º | 0.98% | 0.82% | - |
| HSV(B) | 37.83º | 0.36% | 1% | - |
| XYZ | 72.99 | 74.87 | 44.79 | - |
| YUV | 223.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 162 | 0 | 0.13 | 0.36 | 0.00 | 37.83 | 0.98 | 0.82 |
| Hex | FE | DC | A2 | 0 | D | 24 | 0 | 26 | 62 | 52 |
| Octal | 376 | 334 | 242 | 0 | 15 | 44 | 0 | 46 | 142 | 122 |
| Binary | 11111110 | 11011100 | 10100010 | 0 | 1101 | 100100 | 0 | 100110 | 1100010 | 1010010 |
Color Harmonies of #FEDCA2
Complementary color
Monochromatic Colors of #FEDCA2
Black with #FEDCA2
Text Example
Text Example
White with #FEDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCA2; }
p { color: rgb(254,220,162); }
H1.HeaderClassName
{
color: #FEDCA2;
}
.AnyTagClassName
{
color: #FEDCA2;
}
</style>
background-color css
<style>
a { background-color: #FEDCA2; }
a { background-color: rgb(254,220,162); }
div.DivClassName
{
background-color: #FEDCA2;
}
.BgClassName
{
background-color: #FEDCA2;
}
</style>
border-color css
<style>
span { border-color: #FEDCA2; }
span { border-color: rgb(254,220,162); }
td.TdClassName
{
border-color: #FEDCA2;
}
.TagClassName
{
border-color: #FEDCA2;
}
</style>