Shades of Cream Brulee #FEDD9C
Tints of Cream Brulee #FEDD9C
RGB
CMYK
RGB Variations
Color information
#FEDD9C (or 0xFEDD9C) is known color: Cream Brulee. HEX triplet: FE, DD and 9C. RGB value is (254,221,156). Sum of RGB (Red+Green+Blue) = 254+221+156=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD9C is #012263. Grayscale: #DFDFDF. Windows color (decimal): -74340 or 10280446. OLE color: 10280446.
HSL color Cylindrical-coordinate representation of color #FEDD9C: 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.39%. Process color model (Four color, CMYK) of #FEDD9C is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 156 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.00 |
| HSL | 39.8º | 0.98% | 0.8% | - |
| HSV(B) | 39.8º | 0.39% | 1% | - |
| XYZ | 72.73 | 75.18 | 42.13 | - |
| YUV | 223.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 156 | 0 | 0.13 | 0.39 | 0.00 | 39.8 | 0.98 | 0.8 |
| Hex | FE | DD | 9C | 0 | D | 27 | 0 | 28 | 62 | 50 |
| Octal | 376 | 335 | 234 | 0 | 15 | 47 | 0 | 50 | 142 | 120 |
| Binary | 11111110 | 11011101 | 10011100 | 0 | 1101 | 100111 | 0 | 101000 | 1100010 | 1010000 |
Color Harmonies of #FEDD9C
Complementary color
Monochromatic Colors of #FEDD9C
Black with #FEDD9C
Text Example
Text Example
White with #FEDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD9C; }
p { color: rgb(254,221,156); }
H1.HeaderClassName
{
color: #FEDD9C;
}
.AnyTagClassName
{
color: #FEDD9C;
}
</style>
background-color css
<style>
a { background-color: #FEDD9C; }
a { background-color: rgb(254,221,156); }
div.DivClassName
{
background-color: #FEDD9C;
}
.BgClassName
{
background-color: #FEDD9C;
}
</style>
border-color css
<style>
span { border-color: #FEDD9C; }
span { border-color: rgb(254,221,156); }
td.TdClassName
{
border-color: #FEDD9C;
}
.TagClassName
{
border-color: #FEDD9C;
}
</style>