Shades of Caramel #FED68C
Tints of Caramel #FED68C
RGB
CMYK
RGB Variations
Color information
#FED68C (or 0xFED68C) is known color: Caramel. HEX triplet: FE, D6 and 8C. RGB value is (254,214,140). Sum of RGB (Red+Green+Blue) = 254+214+140=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FED68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED68C is #012973. Grayscale: #D9D9D9. Windows color (decimal): -76148 or 9230078. OLE color: 9230078.
HSL color Cylindrical-coordinate representation of color #FED68C: hue angle of 38.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FED68C is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 140 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.00 |
| HSL | 38.95º | 0.98% | 0.77% | - |
| HSV(B) | 38.95º | 0.45% | 1% | - |
| XYZ | 69.65 | 71.06 | 34.86 | - |
| YUV | 217.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 140 | 0 | 0.16 | 0.45 | 0.00 | 38.95 | 0.98 | 0.77 |
| Hex | FE | D6 | 8C | 0 | 10 | 2D | 0 | 27 | 62 | 4D |
| Octal | 376 | 326 | 214 | 0 | 20 | 55 | 0 | 47 | 142 | 115 |
| Binary | 11111110 | 11010110 | 10001100 | 0 | 10000 | 101101 | 0 | 100111 | 1100010 | 1001101 |
Color Harmonies of #FED68C
Complementary color
Monochromatic Colors of #FED68C
Black with #FED68C
Text Example
Text Example
White with #FED68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED68C; }
p { color: rgb(254,214,140); }
H1.HeaderClassName
{
color: #FED68C;
}
.AnyTagClassName
{
color: #FED68C;
}
</style>
background-color css
<style>
a { background-color: #FED68C; }
a { background-color: rgb(254,214,140); }
div.DivClassName
{
background-color: #FED68C;
}
.BgClassName
{
background-color: #FED68C;
}
</style>
border-color css
<style>
span { border-color: #FED68C; }
span { border-color: rgb(254,214,140); }
td.TdClassName
{
border-color: #FED68C;
}
.TagClassName
{
border-color: #FED68C;
}
</style>