Shades of Cream Brulee #FDE49D
Tints of Cream Brulee #FDE49D
RGB
CMYK
RGB Variations
Color information
#FDE49D (or 0xFDE49D) is known color: Cream Brulee. HEX triplet: FD, E4 and 9D. RGB value is (253,228,157). Sum of RGB (Red+Green+Blue) = 253+228+157=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 157 (61.72% from 255 or 24.61% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE49D is #021B62. Grayscale: #E3E3E3. Windows color (decimal): -138083 or 10347773. OLE color: 10347773.
HSL color Cylindrical-coordinate representation of color #FDE49D: hue angle of 44.38º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDE49D is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 157 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.01 |
| HSL | 44.38º | 0.96% | 0.8% | - |
| HSV(B) | 44.38º | 0.38% | 0.99% | - |
| XYZ | 74.34 | 78.8 | 43.19 | - |
| YUV | 227.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 157 | 0 | 0.10 | 0.38 | 0.01 | 44.38 | 0.96 | 0.8 |
| Hex | FD | E4 | 9D | 0 | A | 26 | 1 | 2C | 60 | 50 |
| Octal | 375 | 344 | 235 | 0 | 12 | 46 | 1 | 54 | 140 | 120 |
| Binary | 11111101 | 11100100 | 10011101 | 0 | 1010 | 100110 | 1 | 101100 | 1100000 | 1010000 |
Color Harmonies of #FDE49D
Complementary color
Monochromatic Colors of #FDE49D
Black with #FDE49D
Text Example
Text Example
White with #FDE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE49D; }
p { color: rgb(253,228,157); }
H1.HeaderClassName
{
color: #FDE49D;
}
.AnyTagClassName
{
color: #FDE49D;
}
</style>
background-color css
<style>
a { background-color: #FDE49D; }
a { background-color: rgb(253,228,157); }
div.DivClassName
{
background-color: #FDE49D;
}
.BgClassName
{
background-color: #FDE49D;
}
</style>
border-color css
<style>
span { border-color: #FDE49D; }
span { border-color: rgb(253,228,157); }
td.TdClassName
{
border-color: #FDE49D;
}
.TagClassName
{
border-color: #FDE49D;
}
</style>