Shades of Cream Brulee #FEDE9C
Tints of Cream Brulee #FEDE9C
RGB
CMYK
RGB Variations
Color information
#FEDE9C (or 0xFEDE9C) is known color: Cream Brulee. HEX triplet: FE, DE and 9C. RGB value is (254,222,156). Sum of RGB (Red+Green+Blue) = 254+222+156=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE9C is #012163. Grayscale: #E0E0E0. Windows color (decimal): -74084 or 10280702. OLE color: 10280702.
HSL color Cylindrical-coordinate representation of color #FEDE9C: hue angle of 40.41º 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 #FEDE9C is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 156 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.00 |
| HSL | 40.41º | 0.98% | 0.8% | - |
| HSV(B) | 40.41º | 0.39% | 1% | - |
| XYZ | 73 | 75.71 | 42.22 | - |
| YUV | 224.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 156 | 0 | 0.13 | 0.39 | 0.00 | 40.41 | 0.98 | 0.8 |
| Hex | FE | DE | 9C | 0 | D | 27 | 0 | 28 | 62 | 50 |
| Octal | 376 | 336 | 234 | 0 | 15 | 47 | 0 | 50 | 142 | 120 |
| Binary | 11111110 | 11011110 | 10011100 | 0 | 1101 | 100111 | 0 | 101000 | 1100010 | 1010000 |
Color Harmonies of #FEDE9C
Complementary color
Monochromatic Colors of #FEDE9C
Black with #FEDE9C
Text Example
Text Example
White with #FEDE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE9C; }
p { color: rgb(254,222,156); }
H1.HeaderClassName
{
color: #FEDE9C;
}
.AnyTagClassName
{
color: #FEDE9C;
}
</style>
background-color css
<style>
a { background-color: #FEDE9C; }
a { background-color: rgb(254,222,156); }
div.DivClassName
{
background-color: #FEDE9C;
}
.BgClassName
{
background-color: #FEDE9C;
}
</style>
border-color css
<style>
span { border-color: #FEDE9C; }
span { border-color: rgb(254,222,156); }
td.TdClassName
{
border-color: #FEDE9C;
}
.TagClassName
{
border-color: #FEDE9C;
}
</style>