Shades of Cream Brulee #FDE2A0
Tints of Cream Brulee #FDE2A0
RGB
CMYK
RGB Variations
Color information
#FDE2A0 (or 0xFDE2A0) is known color: Cream Brulee. HEX triplet: FD, E2 and A0. RGB value is (253,226,160). Sum of RGB (Red+Green+Blue) = 253+226+160=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 160 (62.89% from 255 or 25.04% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2A0 is #021D5F. Grayscale: #E2E2E2. Windows color (decimal): -138592 or 10543869. OLE color: 10543869.
HSL color Cylindrical-coordinate representation of color #FDE2A0: hue angle of 42.58º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDE2A0 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 160 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.01 |
| HSL | 42.58º | 0.96% | 0.81% | - |
| HSV(B) | 42.58º | 0.37% | 0.99% | - |
| XYZ | 74.05 | 77.81 | 44.37 | - |
| YUV | 226.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 160 | 0 | 0.11 | 0.37 | 0.01 | 42.58 | 0.96 | 0.81 |
| Hex | FD | E2 | A0 | 0 | B | 25 | 1 | 2B | 60 | 51 |
| Octal | 375 | 342 | 240 | 0 | 13 | 45 | 1 | 53 | 140 | 121 |
| Binary | 11111101 | 11100010 | 10100000 | 0 | 1011 | 100101 | 1 | 101011 | 1100000 | 1010001 |
Color Harmonies of #FDE2A0
Complementary color
Monochromatic Colors of #FDE2A0
Black with #FDE2A0
Text Example
Text Example
White with #FDE2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2A0; }
p { color: rgb(253,226,160); }
H1.HeaderClassName
{
color: #FDE2A0;
}
.AnyTagClassName
{
color: #FDE2A0;
}
</style>
background-color css
<style>
a { background-color: #FDE2A0; }
a { background-color: rgb(253,226,160); }
div.DivClassName
{
background-color: #FDE2A0;
}
.BgClassName
{
background-color: #FDE2A0;
}
</style>
border-color css
<style>
span { border-color: #FDE2A0; }
span { border-color: rgb(253,226,160); }
td.TdClassName
{
border-color: #FDE2A0;
}
.TagClassName
{
border-color: #FDE2A0;
}
</style>