Shades of Cream Brulee #FDE69B
Tints of Cream Brulee #FDE69B
RGB
CMYK
RGB Variations
Color information
#FDE69B (or 0xFDE69B) is known color: Cream Brulee. HEX triplet: FD, E6 and 9B. RGB value is (253,230,155). Sum of RGB (Red+Green+Blue) = 253+230+155=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 155 (60.94% from 255 or 24.29% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE69B is #021964. Grayscale: #E4E4E4. Windows color (decimal): -137573 or 10217213. OLE color: 10217213.
HSL color Cylindrical-coordinate representation of color #FDE69B: hue angle of 45.92º 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 #FDE69B is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 155 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.01 |
| HSL | 45.92º | 0.96% | 0.8% | - |
| HSV(B) | 45.92º | 0.39% | 0.99% | - |
| XYZ | 74.72 | 79.84 | 42.48 | - |
| YUV | 228.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 155 | 0 | 0.09 | 0.39 | 0.01 | 45.92 | 0.96 | 0.8 |
| Hex | FD | E6 | 9B | 0 | 9 | 27 | 1 | 2E | 60 | 50 |
| Octal | 375 | 346 | 233 | 0 | 11 | 47 | 1 | 56 | 140 | 120 |
| Binary | 11111101 | 11100110 | 10011011 | 0 | 1001 | 100111 | 1 | 101110 | 1100000 | 1010000 |
Color Harmonies of #FDE69B
Complementary color
Monochromatic Colors of #FDE69B
Black with #FDE69B
Text Example
Text Example
White with #FDE69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE69B; }
p { color: rgb(253,230,155); }
H1.HeaderClassName
{
color: #FDE69B;
}
.AnyTagClassName
{
color: #FDE69B;
}
</style>
background-color css
<style>
a { background-color: #FDE69B; }
a { background-color: rgb(253,230,155); }
div.DivClassName
{
background-color: #FDE69B;
}
.BgClassName
{
background-color: #FDE69B;
}
</style>
border-color css
<style>
span { border-color: #FDE69B; }
span { border-color: rgb(253,230,155); }
td.TdClassName
{
border-color: #FDE69B;
}
.TagClassName
{
border-color: #FDE69B;
}
</style>