Shades of Cream Brulee #FEDD9B
Tints of Cream Brulee #FEDD9B
RGB
CMYK
RGB Variations
Color information
#FEDD9B (or 0xFEDD9B) is known color: Cream Brulee. HEX triplet: FE, DD and 9B. RGB value is (254,221,155). Sum of RGB (Red+Green+Blue) = 254+221+155=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 155 (60.94% from 255 or 24.60% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD9B is #012264. Grayscale: #DFDFDF. Windows color (decimal): -74341 or 10214910. OLE color: 10214910.
HSL color Cylindrical-coordinate representation of color #FEDD9B: hue angle of 40º 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 #FEDD9B is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 155 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.00 |
| HSL | 40º | 0.98% | 0.8% | - |
| HSV(B) | 40º | 0.39% | 1% | - |
| XYZ | 72.65 | 75.15 | 41.69 | - |
| YUV | 223.34 | 89.43 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 155 | 0 | 0.13 | 0.39 | 0.00 | 40 | 0.98 | 0.8 |
| Hex | FE | DD | 9B | 0 | D | 27 | 0 | 28 | 62 | 50 |
| Octal | 376 | 335 | 233 | 0 | 15 | 47 | 0 | 50 | 142 | 120 |
| Binary | 11111110 | 11011101 | 10011011 | 0 | 1101 | 100111 | 0 | 101000 | 1100010 | 1010000 |
Color Harmonies of #FEDD9B
Complementary color
Monochromatic Colors of #FEDD9B
Black with #FEDD9B
Text Example
Text Example
White with #FEDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD9B; }
p { color: rgb(254,221,155); }
H1.HeaderClassName
{
color: #FEDD9B;
}
.AnyTagClassName
{
color: #FEDD9B;
}
</style>
background-color css
<style>
a { background-color: #FEDD9B; }
a { background-color: rgb(254,221,155); }
div.DivClassName
{
background-color: #FEDD9B;
}
.BgClassName
{
background-color: #FEDD9B;
}
</style>
border-color css
<style>
span { border-color: #FEDD9B; }
span { border-color: rgb(254,221,155); }
td.TdClassName
{
border-color: #FEDD9B;
}
.TagClassName
{
border-color: #FEDD9B;
}
</style>