Shades of Cream Brulee #FDE196
Tints of Cream Brulee #FDE196
RGB
CMYK
RGB Variations
Color information
#FDE196 (or 0xFDE196) is known color: Cream Brulee. HEX triplet: FD, E1 and 96. RGB value is (253,225,150). Sum of RGB (Red+Green+Blue) = 253+225+150=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 150 (58.98% from 255 or 23.89% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE196 is #021E69. Grayscale: #E1E1E1. Windows color (decimal): -138858 or 9888253. OLE color: 9888253.
HSL color Cylindrical-coordinate representation of color #FDE196: hue angle of 43.69º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDE196 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 150 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.01 |
| HSL | 43.69º | 0.96% | 0.79% | - |
| HSV(B) | 43.69º | 0.41% | 0.99% | - |
| XYZ | 72.94 | 76.94 | 39.86 | - |
| YUV | 224.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 150 | 0 | 0.11 | 0.41 | 0.01 | 43.69 | 0.96 | 0.79 |
| Hex | FD | E1 | 96 | 0 | B | 29 | 1 | 2C | 60 | 4F |
| Octal | 375 | 341 | 226 | 0 | 13 | 51 | 1 | 54 | 140 | 117 |
| Binary | 11111101 | 11100001 | 10010110 | 0 | 1011 | 101001 | 1 | 101100 | 1100000 | 1001111 |
Color Harmonies of #FDE196
Complementary color
Monochromatic Colors of #FDE196
Black with #FDE196
Text Example
Text Example
White with #FDE196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE196; }
p { color: rgb(253,225,150); }
H1.HeaderClassName
{
color: #FDE196;
}
.AnyTagClassName
{
color: #FDE196;
}
</style>
background-color css
<style>
a { background-color: #FDE196; }
a { background-color: rgb(253,225,150); }
div.DivClassName
{
background-color: #FDE196;
}
.BgClassName
{
background-color: #FDE196;
}
</style>
border-color css
<style>
span { border-color: #FDE196; }
span { border-color: rgb(253,225,150); }
td.TdClassName
{
border-color: #FDE196;
}
.TagClassName
{
border-color: #FDE196;
}
</style>