Shades of Cream Brulee #FEDC98
Tints of Cream Brulee #FEDC98
RGB
CMYK
RGB Variations
Color information
#FEDC98 (or 0xFEDC98) is known color: Cream Brulee. HEX triplet: FE, DC and 98. RGB value is (254,220,152). Sum of RGB (Red+Green+Blue) = 254+220+152=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC98 is #012367. Grayscale: #DEDEDE. Windows color (decimal): -74600 or 10018046. OLE color: 10018046.
HSL color Cylindrical-coordinate representation of color #FEDC98: hue angle of 40º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEDC98 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 152 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.00 |
| HSL | 40º | 0.98% | 0.8% | - |
| HSV(B) | 40º | 0.4% | 1% | - |
| XYZ | 72.13 | 74.52 | 40.29 | - |
| YUV | 222.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 152 | 0 | 0.13 | 0.40 | 0.00 | 40 | 0.98 | 0.8 |
| Hex | FE | DC | 98 | 0 | D | 28 | 0 | 28 | 62 | 50 |
| Octal | 376 | 334 | 230 | 0 | 15 | 50 | 0 | 50 | 142 | 120 |
| Binary | 11111110 | 11011100 | 10011000 | 0 | 1101 | 101000 | 0 | 101000 | 1100010 | 1010000 |
Color Harmonies of #FEDC98
Complementary color
Monochromatic Colors of #FEDC98
Black with #FEDC98
Text Example
Text Example
White with #FEDC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC98; }
p { color: rgb(254,220,152); }
H1.HeaderClassName
{
color: #FEDC98;
}
.AnyTagClassName
{
color: #FEDC98;
}
</style>
background-color css
<style>
a { background-color: #FEDC98; }
a { background-color: rgb(254,220,152); }
div.DivClassName
{
background-color: #FEDC98;
}
.BgClassName
{
background-color: #FEDC98;
}
</style>
border-color css
<style>
span { border-color: #FEDC98; }
span { border-color: rgb(254,220,152); }
td.TdClassName
{
border-color: #FEDC98;
}
.TagClassName
{
border-color: #FEDC98;
}
</style>