Shades of Cream Brulee #FEDD99
Tints of Cream Brulee #FEDD99
RGB
CMYK
RGB Variations
Color information
#FEDD99 (or 0xFEDD99) is known color: Cream Brulee. HEX triplet: FE, DD and 99. RGB value is (254,221,153). Sum of RGB (Red+Green+Blue) = 254+221+153=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 153 (60.16% from 255 or 24.36% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD99 is #012266. Grayscale: #DFDFDF. Windows color (decimal): -74343 or 10083838. OLE color: 10083838.
HSL color Cylindrical-coordinate representation of color #FEDD99: hue angle of 40.4º 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 #FEDD99 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 153 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.00 |
| HSL | 40.4º | 0.98% | 0.8% | - |
| HSV(B) | 40.4º | 0.4% | 1% | - |
| XYZ | 72.48 | 75.08 | 40.81 | - |
| YUV | 223.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 153 | 0 | 0.13 | 0.40 | 0.00 | 40.4 | 0.98 | 0.8 |
| Hex | FE | DD | 99 | 0 | D | 28 | 0 | 28 | 62 | 50 |
| Octal | 376 | 335 | 231 | 0 | 15 | 50 | 0 | 50 | 142 | 120 |
| Binary | 11111110 | 11011101 | 10011001 | 0 | 1101 | 101000 | 0 | 101000 | 1100010 | 1010000 |
Color Harmonies of #FEDD99
Complementary color
Monochromatic Colors of #FEDD99
Black with #FEDD99
Text Example
Text Example
White with #FEDD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD99; }
p { color: rgb(254,221,153); }
H1.HeaderClassName
{
color: #FEDD99;
}
.AnyTagClassName
{
color: #FEDD99;
}
</style>
background-color css
<style>
a { background-color: #FEDD99; }
a { background-color: rgb(254,221,153); }
div.DivClassName
{
background-color: #FEDD99;
}
.BgClassName
{
background-color: #FEDD99;
}
</style>
border-color css
<style>
span { border-color: #FEDD99; }
span { border-color: rgb(254,221,153); }
td.TdClassName
{
border-color: #FEDD99;
}
.TagClassName
{
border-color: #FEDD99;
}
</style>