Shades of Cream Brulee #FDE6A2
Tints of Cream Brulee #FDE6A2
RGB
CMYK
RGB Variations
Color information
#FDE6A2 (or 0xFDE6A2) is known color: Cream Brulee. HEX triplet: FD, E6 and A2. RGB value is (253,230,162). Sum of RGB (Red+Green+Blue) = 253+230+162=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 162 (63.67% from 255 or 25.12% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE6A2 is #02195D. Grayscale: #E5E5E5. Windows color (decimal): -137566 or 10675965. OLE color: 10675965.
HSL color Cylindrical-coordinate representation of color #FDE6A2: hue angle of 44.84º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDE6A2 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 162 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.01 |
| HSL | 44.84º | 0.96% | 0.81% | - |
| HSV(B) | 44.84º | 0.36% | 0.99% | - |
| XYZ | 75.33 | 80.08 | 45.67 | - |
| YUV | 229.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 162 | 0 | 0.09 | 0.36 | 0.01 | 44.84 | 0.96 | 0.81 |
| Hex | FD | E6 | A2 | 0 | 9 | 24 | 1 | 2D | 60 | 51 |
| Octal | 375 | 346 | 242 | 0 | 11 | 44 | 1 | 55 | 140 | 121 |
| Binary | 11111101 | 11100110 | 10100010 | 0 | 1001 | 100100 | 1 | 101101 | 1100000 | 1010001 |
Color Harmonies of #FDE6A2
Complementary color
Monochromatic Colors of #FDE6A2
Black with #FDE6A2
Text Example
Text Example
White with #FDE6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6A2; }
p { color: rgb(253,230,162); }
H1.HeaderClassName
{
color: #FDE6A2;
}
.AnyTagClassName
{
color: #FDE6A2;
}
</style>
background-color css
<style>
a { background-color: #FDE6A2; }
a { background-color: rgb(253,230,162); }
div.DivClassName
{
background-color: #FDE6A2;
}
.BgClassName
{
background-color: #FDE6A2;
}
</style>
border-color css
<style>
span { border-color: #FDE6A2; }
span { border-color: rgb(253,230,162); }
td.TdClassName
{
border-color: #FDE6A2;
}
.TagClassName
{
border-color: #FDE6A2;
}
</style>