Shades of Cream Brulee #FEDC99
Tints of Cream Brulee #FEDC99
RGB
CMYK
RGB Variations
Color information
#FEDC99 (or 0xFEDC99) is known color: Cream Brulee. HEX triplet: FE, DC and 99. RGB value is (254,220,153). Sum of RGB (Red+Green+Blue) = 254+220+153=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 153 (60.16% from 255 or 24.40% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC99 is #012366. Grayscale: #DEDEDE. Windows color (decimal): -74599 or 10083582. OLE color: 10083582.
HSL color Cylindrical-coordinate representation of color #FEDC99: hue angle of 39.8º 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 #FEDC99 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 153 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.00 |
| HSL | 39.8º | 0.98% | 0.8% | - |
| HSV(B) | 39.8º | 0.4% | 1% | - |
| XYZ | 72.22 | 74.56 | 40.72 | - |
| YUV | 222.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 153 | 0 | 0.13 | 0.40 | 0.00 | 39.8 | 0.98 | 0.8 |
| Hex | FE | DC | 99 | 0 | D | 28 | 0 | 28 | 62 | 50 |
| Octal | 376 | 334 | 231 | 0 | 15 | 50 | 0 | 50 | 142 | 120 |
| Binary | 11111110 | 11011100 | 10011001 | 0 | 1101 | 101000 | 0 | 101000 | 1100010 | 1010000 |
Color Harmonies of #FEDC99
Complementary color
Monochromatic Colors of #FEDC99
Black with #FEDC99
Text Example
Text Example
White with #FEDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC99; }
p { color: rgb(254,220,153); }
H1.HeaderClassName
{
color: #FEDC99;
}
.AnyTagClassName
{
color: #FEDC99;
}
</style>
background-color css
<style>
a { background-color: #FEDC99; }
a { background-color: rgb(254,220,153); }
div.DivClassName
{
background-color: #FEDC99;
}
.BgClassName
{
background-color: #FEDC99;
}
</style>
border-color css
<style>
span { border-color: #FEDC99; }
span { border-color: rgb(254,220,153); }
td.TdClassName
{
border-color: #FEDC99;
}
.TagClassName
{
border-color: #FEDC99;
}
</style>