Shades of Cream Brulee #FDE096
Tints of Cream Brulee #FDE096
RGB
CMYK
RGB Variations
Color information
#FDE096 (or 0xFDE096) is known color: Cream Brulee. HEX triplet: FD, E0 and 96. RGB value is (253,224,150). Sum of RGB (Red+Green+Blue) = 253+224+150=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 150 (58.98% from 255 or 23.92% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE096 is #021F69. Grayscale: #E0E0E0. Windows color (decimal): -139114 or 9887997. OLE color: 9887997.
HSL color Cylindrical-coordinate representation of color #FDE096: hue angle of 43.11º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDE096 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 150 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.01 |
| HSL | 43.11º | 0.96% | 0.79% | - |
| HSV(B) | 43.11º | 0.41% | 0.99% | - |
| XYZ | 72.67 | 76.4 | 39.77 | - |
| YUV | 224.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 150 | 0 | 0.11 | 0.41 | 0.01 | 43.11 | 0.96 | 0.79 |
| Hex | FD | E0 | 96 | 0 | B | 29 | 1 | 2B | 60 | 4F |
| Octal | 375 | 340 | 226 | 0 | 13 | 51 | 1 | 53 | 140 | 117 |
| Binary | 11111101 | 11100000 | 10010110 | 0 | 1011 | 101001 | 1 | 101011 | 1100000 | 1001111 |
Color Harmonies of #FDE096
Complementary color
Monochromatic Colors of #FDE096
Black with #FDE096
Text Example
Text Example
White with #FDE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE096; }
p { color: rgb(253,224,150); }
H1.HeaderClassName
{
color: #FDE096;
}
.AnyTagClassName
{
color: #FDE096;
}
</style>
background-color css
<style>
a { background-color: #FDE096; }
a { background-color: rgb(253,224,150); }
div.DivClassName
{
background-color: #FDE096;
}
.BgClassName
{
background-color: #FDE096;
}
</style>
border-color css
<style>
span { border-color: #FDE096; }
span { border-color: rgb(253,224,150); }
td.TdClassName
{
border-color: #FDE096;
}
.TagClassName
{
border-color: #FDE096;
}
</style>