Shades of Cream Brulee #FEDB8F
Tints of Cream Brulee #FEDB8F
RGB
CMYK
RGB Variations
Color information
#FEDB8F (or 0xFEDB8F) is known color: Cream Brulee. HEX triplet: FE, DB and 8F. RGB value is (254,219,143). Sum of RGB (Red+Green+Blue) = 254+219+143=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 143 (56.25% from 255 or 23.21% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB8F is #012470. Grayscale: #DDDDDD. Windows color (decimal): -74865 or 9427966. OLE color: 9427966.
HSL color Cylindrical-coordinate representation of color #FEDB8F: hue angle of 41.08º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEDB8F is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 143 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.00 |
| HSL | 41.08º | 0.98% | 0.78% | - |
| HSV(B) | 41.08º | 0.44% | 1% | - |
| XYZ | 71.16 | 73.72 | 36.46 | - |
| YUV | 220.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 143 | 0 | 0.14 | 0.44 | 0.00 | 41.08 | 0.98 | 0.78 |
| Hex | FE | DB | 8F | 0 | E | 2C | 0 | 29 | 62 | 4E |
| Octal | 376 | 333 | 217 | 0 | 16 | 54 | 0 | 51 | 142 | 116 |
| Binary | 11111110 | 11011011 | 10001111 | 0 | 1110 | 101100 | 0 | 101001 | 1100010 | 1001110 |
Color Harmonies of #FEDB8F
Complementary color
Monochromatic Colors of #FEDB8F
Black with #FEDB8F
Text Example
Text Example
White with #FEDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB8F; }
p { color: rgb(254,219,143); }
H1.HeaderClassName
{
color: #FEDB8F;
}
.AnyTagClassName
{
color: #FEDB8F;
}
</style>
background-color css
<style>
a { background-color: #FEDB8F; }
a { background-color: rgb(254,219,143); }
div.DivClassName
{
background-color: #FEDB8F;
}
.BgClassName
{
background-color: #FEDB8F;
}
</style>
border-color css
<style>
span { border-color: #FEDB8F; }
span { border-color: rgb(254,219,143); }
td.TdClassName
{
border-color: #FEDB8F;
}
.TagClassName
{
border-color: #FEDB8F;
}
</style>