Shades of Cream Brulee #FDE49A
Tints of Cream Brulee #FDE49A
RGB
CMYK
RGB Variations
Color information
#FDE49A (or 0xFDE49A) is known color: Cream Brulee. HEX triplet: FD, E4 and 9A. RGB value is (253,228,154). Sum of RGB (Red+Green+Blue) = 253+228+154=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 154 (60.55% from 255 or 24.25% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE49A is #021B65. Grayscale: #E3E3E3. Windows color (decimal): -138086 or 10151165. OLE color: 10151165.
HSL color Cylindrical-coordinate representation of color #FDE49A: hue angle of 44.85º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDE49A is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 154 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.01 |
| HSL | 44.85º | 0.96% | 0.8% | - |
| HSV(B) | 44.85º | 0.39% | 0.99% | - |
| XYZ | 74.08 | 78.7 | 41.86 | - |
| YUV | 227.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 154 | 0 | 0.10 | 0.39 | 0.01 | 44.85 | 0.96 | 0.8 |
| Hex | FD | E4 | 9A | 0 | A | 27 | 1 | 2D | 60 | 50 |
| Octal | 375 | 344 | 232 | 0 | 12 | 47 | 1 | 55 | 140 | 120 |
| Binary | 11111101 | 11100100 | 10011010 | 0 | 1010 | 100111 | 1 | 101101 | 1100000 | 1010000 |
Color Harmonies of #FDE49A
Complementary color
Monochromatic Colors of #FDE49A
Black with #FDE49A
Text Example
Text Example
White with #FDE49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE49A; }
p { color: rgb(253,228,154); }
H1.HeaderClassName
{
color: #FDE49A;
}
.AnyTagClassName
{
color: #FDE49A;
}
</style>
background-color css
<style>
a { background-color: #FDE49A; }
a { background-color: rgb(253,228,154); }
div.DivClassName
{
background-color: #FDE49A;
}
.BgClassName
{
background-color: #FDE49A;
}
</style>
border-color css
<style>
span { border-color: #FDE49A; }
span { border-color: rgb(253,228,154); }
td.TdClassName
{
border-color: #FDE49A;
}
.TagClassName
{
border-color: #FDE49A;
}
</style>