Shades of Cream Brulee #FEDF98
Tints of Cream Brulee #FEDF98
RGB
CMYK
RGB Variations
Color information
#FEDF98 (or 0xFEDF98) is known color: Cream Brulee. HEX triplet: FE, DF and 98. RGB value is (254,223,152). Sum of RGB (Red+Green+Blue) = 254+223+152=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 152 (59.77% from 255 or 24.17% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF98 is #012067. Grayscale: #E0E0E0. Windows color (decimal): -73832 or 10018814. OLE color: 10018814.
HSL color Cylindrical-coordinate representation of color #FEDF98: hue angle of 41.76º 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 #FEDF98 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 152 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.00 |
| HSL | 41.76º | 0.98% | 0.8% | - |
| HSV(B) | 41.76º | 0.4% | 1% | - |
| XYZ | 72.93 | 76.11 | 40.55 | - |
| YUV | 224.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 152 | 0 | 0.12 | 0.40 | 0.00 | 41.76 | 0.98 | 0.8 |
| Hex | FE | DF | 98 | 0 | C | 28 | 0 | 2A | 62 | 50 |
| Octal | 376 | 337 | 230 | 0 | 14 | 50 | 0 | 52 | 142 | 120 |
| Binary | 11111110 | 11011111 | 10011000 | 0 | 1100 | 101000 | 0 | 101010 | 1100010 | 1010000 |
Color Harmonies of #FEDF98
Complementary color
Monochromatic Colors of #FEDF98
Black with #FEDF98
Text Example
Text Example
White with #FEDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF98; }
p { color: rgb(254,223,152); }
H1.HeaderClassName
{
color: #FEDF98;
}
.AnyTagClassName
{
color: #FEDF98;
}
</style>
background-color css
<style>
a { background-color: #FEDF98; }
a { background-color: rgb(254,223,152); }
div.DivClassName
{
background-color: #FEDF98;
}
.BgClassName
{
background-color: #FEDF98;
}
</style>
border-color css
<style>
span { border-color: #FEDF98; }
span { border-color: rgb(254,223,152); }
td.TdClassName
{
border-color: #FEDF98;
}
.TagClassName
{
border-color: #FEDF98;
}
</style>