Shades of Caramel #FDCF8E
Tints of Caramel #FDCF8E
RGB
CMYK
RGB Variations
Color information
#FDCF8E (or 0xFDCF8E) is known color: Caramel. HEX triplet: FD, CF and 8E. RGB value is (253,207,142). Sum of RGB (Red+Green+Blue) = 253+207+142=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF8E is #023071. Grayscale: #D5D5D5. Windows color (decimal): -143474 or 9359357. OLE color: 9359357.
HSL color Cylindrical-coordinate representation of color #FDCF8E: hue angle of 35.14º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDCF8E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 142 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.01 |
| HSL | 35.14º | 0.97% | 0.77% | - |
| HSV(B) | 35.14º | 0.44% | 0.99% | - |
| XYZ | 67.7 | 67.46 | 35.04 | - |
| YUV | 213.34 | 87.74 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 142 | 0 | 0.18 | 0.44 | 0.01 | 35.14 | 0.97 | 0.77 |
| Hex | FD | CF | 8E | 0 | 12 | 2C | 1 | 23 | 61 | 4D |
| Octal | 375 | 317 | 216 | 0 | 22 | 54 | 1 | 43 | 141 | 115 |
| Binary | 11111101 | 11001111 | 10001110 | 0 | 10010 | 101100 | 1 | 100011 | 1100001 | 1001101 |
Color Harmonies of #FDCF8E
Complementary color
Monochromatic Colors of #FDCF8E
Black with #FDCF8E
Text Example
Text Example
White with #FDCF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF8E; }
p { color: rgb(253,207,142); }
H1.HeaderClassName
{
color: #FDCF8E;
}
.AnyTagClassName
{
color: #FDCF8E;
}
</style>
background-color css
<style>
a { background-color: #FDCF8E; }
a { background-color: rgb(253,207,142); }
div.DivClassName
{
background-color: #FDCF8E;
}
.BgClassName
{
background-color: #FDCF8E;
}
</style>
border-color css
<style>
span { border-color: #FDCF8E; }
span { border-color: rgb(253,207,142); }
td.TdClassName
{
border-color: #FDCF8E;
}
.TagClassName
{
border-color: #FDCF8E;
}
</style>