Shades of Cream Brulee #FDE69A
Tints of Cream Brulee #FDE69A
RGB
CMYK
RGB Variations
Color information
#FDE69A (or 0xFDE69A) is known color: Cream Brulee. HEX triplet: FD, E6 and 9A. RGB value is (253,230,154). Sum of RGB (Red+Green+Blue) = 253+230+154=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 154 (60.55% from 255 or 24.18% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE69A is #021965. Grayscale: #E4E4E4. Windows color (decimal): -137574 or 10151677. OLE color: 10151677.
HSL color Cylindrical-coordinate representation of color #FDE69A: hue angle of 46.06º 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 #FDE69A is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 154 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.01 |
| HSL | 46.06º | 0.96% | 0.8% | - |
| HSV(B) | 46.06º | 0.39% | 0.99% | - |
| XYZ | 74.64 | 79.81 | 42.04 | - |
| YUV | 228.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 154 | 0 | 0.09 | 0.39 | 0.01 | 46.06 | 0.96 | 0.8 |
| Hex | FD | E6 | 9A | 0 | 9 | 27 | 1 | 2E | 60 | 50 |
| Octal | 375 | 346 | 232 | 0 | 11 | 47 | 1 | 56 | 140 | 120 |
| Binary | 11111101 | 11100110 | 10011010 | 0 | 1001 | 100111 | 1 | 101110 | 1100000 | 1010000 |
Color Harmonies of #FDE69A
Complementary color
Monochromatic Colors of #FDE69A
Black with #FDE69A
Text Example
Text Example
White with #FDE69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE69A; }
p { color: rgb(253,230,154); }
H1.HeaderClassName
{
color: #FDE69A;
}
.AnyTagClassName
{
color: #FDE69A;
}
</style>
background-color css
<style>
a { background-color: #FDE69A; }
a { background-color: rgb(253,230,154); }
div.DivClassName
{
background-color: #FDE69A;
}
.BgClassName
{
background-color: #FDE69A;
}
</style>
border-color css
<style>
span { border-color: #FDE69A; }
span { border-color: rgb(253,230,154); }
td.TdClassName
{
border-color: #FDE69A;
}
.TagClassName
{
border-color: #FDE69A;
}
</style>