Shades of Cream Brulee #FEDE9D
Tints of Cream Brulee #FEDE9D
RGB
CMYK
RGB Variations
Color information
#FEDE9D (or 0xFEDE9D) is known color: Cream Brulee. HEX triplet: FE, DE and 9D. RGB value is (254,222,157). Sum of RGB (Red+Green+Blue) = 254+222+157=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 157 (61.72% from 255 or 24.80% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE9D is #012162. Grayscale: #E0E0E0. Windows color (decimal): -74083 or 10346238. OLE color: 10346238.
HSL color Cylindrical-coordinate representation of color #FEDE9D: hue angle of 40.21º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEDE9D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 157 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.00 |
| HSL | 40.21º | 0.98% | 0.81% | - |
| HSV(B) | 40.21º | 0.38% | 1% | - |
| XYZ | 73.08 | 75.75 | 42.67 | - |
| YUV | 224.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 157 | 0 | 0.13 | 0.38 | 0.00 | 40.21 | 0.98 | 0.81 |
| Hex | FE | DE | 9D | 0 | D | 26 | 0 | 28 | 62 | 51 |
| Octal | 376 | 336 | 235 | 0 | 15 | 46 | 0 | 50 | 142 | 121 |
| Binary | 11111110 | 11011110 | 10011101 | 0 | 1101 | 100110 | 0 | 101000 | 1100010 | 1010001 |
Color Harmonies of #FEDE9D
Complementary color
Monochromatic Colors of #FEDE9D
Black with #FEDE9D
Text Example
Text Example
White with #FEDE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE9D; }
p { color: rgb(254,222,157); }
H1.HeaderClassName
{
color: #FEDE9D;
}
.AnyTagClassName
{
color: #FEDE9D;
}
</style>
background-color css
<style>
a { background-color: #FEDE9D; }
a { background-color: rgb(254,222,157); }
div.DivClassName
{
background-color: #FEDE9D;
}
.BgClassName
{
background-color: #FEDE9D;
}
</style>
border-color css
<style>
span { border-color: #FEDE9D; }
span { border-color: rgb(254,222,157); }
td.TdClassName
{
border-color: #FEDE9D;
}
.TagClassName
{
border-color: #FEDE9D;
}
</style>