Shades of Cream Brulee #FEDE9B
Tints of Cream Brulee #FEDE9B
RGB
CMYK
RGB Variations
Color information
#FEDE9B (or 0xFEDE9B) is known color: Cream Brulee. HEX triplet: FE, DE and 9B. RGB value is (254,222,155). Sum of RGB (Red+Green+Blue) = 254+222+155=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 155 (60.94% from 255 or 24.56% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE9B is #012164. Grayscale: #E0E0E0. Windows color (decimal): -74085 or 10215166. OLE color: 10215166.
HSL color Cylindrical-coordinate representation of color #FEDE9B: hue angle of 40.61º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEDE9B is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 155 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.00 |
| HSL | 40.61º | 0.98% | 0.8% | - |
| HSV(B) | 40.61º | 0.39% | 1% | - |
| XYZ | 72.91 | 75.68 | 41.78 | - |
| YUV | 223.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 155 | 0 | 0.13 | 0.39 | 0.00 | 40.61 | 0.98 | 0.8 |
| Hex | FE | DE | 9B | 0 | D | 27 | 0 | 29 | 62 | 50 |
| Octal | 376 | 336 | 233 | 0 | 15 | 47 | 0 | 51 | 142 | 120 |
| Binary | 11111110 | 11011110 | 10011011 | 0 | 1101 | 100111 | 0 | 101001 | 1100010 | 1010000 |
Color Harmonies of #FEDE9B
Complementary color
Monochromatic Colors of #FEDE9B
Black with #FEDE9B
Text Example
Text Example
White with #FEDE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE9B; }
p { color: rgb(254,222,155); }
H1.HeaderClassName
{
color: #FEDE9B;
}
.AnyTagClassName
{
color: #FEDE9B;
}
</style>
background-color css
<style>
a { background-color: #FEDE9B; }
a { background-color: rgb(254,222,155); }
div.DivClassName
{
background-color: #FEDE9B;
}
.BgClassName
{
background-color: #FEDE9B;
}
</style>
border-color css
<style>
span { border-color: #FEDE9B; }
span { border-color: rgb(254,222,155); }
td.TdClassName
{
border-color: #FEDE9B;
}
.TagClassName
{
border-color: #FEDE9B;
}
</style>