Shades of Cream Brulee #FDE7A0
Tints of Cream Brulee #FDE7A0
RGB
CMYK
RGB Variations
Color information
#FDE7A0 (or 0xFDE7A0) is known color: Cream Brulee. HEX triplet: FD, E7 and A0. RGB value is (253,231,160). Sum of RGB (Red+Green+Blue) = 253+231+160=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 160 (62.89% from 255 or 24.84% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE7A0 is #02185F. Grayscale: #E5E5E5. Windows color (decimal): -137312 or 10545149. OLE color: 10545149.
HSL color Cylindrical-coordinate representation of color #FDE7A0: hue angle of 45.81º 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 #FDE7A0 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 160 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.01 |
| HSL | 45.81º | 0.96% | 0.81% | - |
| HSV(B) | 45.81º | 0.37% | 0.99% | - |
| XYZ | 75.43 | 80.57 | 44.83 | - |
| YUV | 229.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 160 | 0 | 0.09 | 0.37 | 0.01 | 45.81 | 0.96 | 0.81 |
| Hex | FD | E7 | A0 | 0 | 9 | 25 | 1 | 2E | 60 | 51 |
| Octal | 375 | 347 | 240 | 0 | 11 | 45 | 1 | 56 | 140 | 121 |
| Binary | 11111101 | 11100111 | 10100000 | 0 | 1001 | 100101 | 1 | 101110 | 1100000 | 1010001 |
Color Harmonies of #FDE7A0
Complementary color
Monochromatic Colors of #FDE7A0
Black with #FDE7A0
Text Example
Text Example
White with #FDE7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7A0; }
p { color: rgb(253,231,160); }
H1.HeaderClassName
{
color: #FDE7A0;
}
.AnyTagClassName
{
color: #FDE7A0;
}
</style>
background-color css
<style>
a { background-color: #FDE7A0; }
a { background-color: rgb(253,231,160); }
div.DivClassName
{
background-color: #FDE7A0;
}
.BgClassName
{
background-color: #FDE7A0;
}
</style>
border-color css
<style>
span { border-color: #FDE7A0; }
span { border-color: rgb(253,231,160); }
td.TdClassName
{
border-color: #FDE7A0;
}
.TagClassName
{
border-color: #FDE7A0;
}
</style>