Shades of Caramel #FDD894
Tints of Caramel #FDD894
RGB
CMYK
RGB Variations
Color information
#FDD894 (or 0xFDD894) is known color: Caramel. HEX triplet: FD, D8 and 94. RGB value is (253,216,148). Sum of RGB (Red+Green+Blue) = 253+216+148=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD894 is #02276B. Grayscale: #DBDBDB. Windows color (decimal): -141164 or 9754877. OLE color: 9754877.
HSL color Cylindrical-coordinate representation of color #FDD894: hue angle of 38.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDD894 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 148 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.01 |
| HSL | 38.86º | 0.96% | 0.79% | - |
| HSV(B) | 38.86º | 0.42% | 0.99% | - |
| XYZ | 70.41 | 72.13 | 38.23 | - |
| YUV | 219.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 148 | 0 | 0.15 | 0.42 | 0.01 | 38.86 | 0.96 | 0.79 |
| Hex | FD | D8 | 94 | 0 | F | 2A | 1 | 27 | 60 | 4F |
| Octal | 375 | 330 | 224 | 0 | 17 | 52 | 1 | 47 | 140 | 117 |
| Binary | 11111101 | 11011000 | 10010100 | 0 | 1111 | 101010 | 1 | 100111 | 1100000 | 1001111 |
Color Harmonies of #FDD894
Complementary color
Monochromatic Colors of #FDD894
Black with #FDD894
Text Example
Text Example
White with #FDD894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD894; }
p { color: rgb(253,216,148); }
H1.HeaderClassName
{
color: #FDD894;
}
.AnyTagClassName
{
color: #FDD894;
}
</style>
background-color css
<style>
a { background-color: #FDD894; }
a { background-color: rgb(253,216,148); }
div.DivClassName
{
background-color: #FDD894;
}
.BgClassName
{
background-color: #FDD894;
}
</style>
border-color css
<style>
span { border-color: #FDD894; }
span { border-color: rgb(253,216,148); }
td.TdClassName
{
border-color: #FDD894;
}
.TagClassName
{
border-color: #FDD894;
}
</style>