Shades of Cream Brulee #F8DD9B
Tints of Cream Brulee #F8DD9B
RGB
CMYK
RGB Variations
Color information
#F8DD9B (or 0xF8DD9B) is known color: Cream Brulee. HEX triplet: F8, DD and 9B. RGB value is (248,221,155). Sum of RGB (Red+Green+Blue) = 248+221+155=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DD9B is #072264. Grayscale: #DDDDDD. Windows color (decimal): -467557 or 10214904. OLE color: 10214904.
HSL color Cylindrical-coordinate representation of color #F8DD9B: hue angle of 42.58º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8DD9B is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 155 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.03 |
| HSL | 42.58º | 0.87% | 0.79% | - |
| HSV(B) | 42.58º | 0.38% | 0.97% | - |
| XYZ | 70.48 | 74.04 | 41.59 | - |
| YUV | 221.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 155 | 0 | 0.11 | 0.38 | 0.03 | 42.58 | 0.87 | 0.79 |
| Hex | F8 | DD | 9B | 0 | B | 26 | 3 | 2B | 57 | 4F |
| Octal | 370 | 335 | 233 | 0 | 13 | 46 | 3 | 53 | 127 | 117 |
| Binary | 11111000 | 11011101 | 10011011 | 0 | 1011 | 100110 | 11 | 101011 | 1010111 | 1001111 |
Color Harmonies of #F8DD9B
Complementary color
Monochromatic Colors of #F8DD9B
Black with #F8DD9B
Text Example
Text Example
White with #F8DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD9B; }
p { color: rgb(248,221,155); }
H1.HeaderClassName
{
color: #F8DD9B;
}
.AnyTagClassName
{
color: #F8DD9B;
}
</style>
background-color css
<style>
a { background-color: #F8DD9B; }
a { background-color: rgb(248,221,155); }
div.DivClassName
{
background-color: #F8DD9B;
}
.BgClassName
{
background-color: #F8DD9B;
}
</style>
border-color css
<style>
span { border-color: #F8DD9B; }
span { border-color: rgb(248,221,155); }
td.TdClassName
{
border-color: #F8DD9B;
}
.TagClassName
{
border-color: #F8DD9B;
}
</style>