Shades of Cream Brulee #FDDD93
Tints of Cream Brulee #FDDD93
RGB
CMYK
RGB Variations
Color information
#FDDD93 (or 0xFDDD93) is known color: Cream Brulee. HEX triplet: FD, DD and 93. RGB value is (253,221,147). Sum of RGB (Red+Green+Blue) = 253+221+147=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 147 (57.81% from 255 or 23.67% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD93 is #02226C. Grayscale: #DEDEDE. Windows color (decimal): -139885 or 9690621. OLE color: 9690621.
HSL color Cylindrical-coordinate representation of color #FDDD93: hue angle of 41.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDDD93 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 147 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.01 |
| HSL | 41.89º | 0.96% | 0.78% | - |
| HSV(B) | 41.89º | 0.42% | 0.99% | - |
| XYZ | 71.63 | 74.7 | 38.25 | - |
| YUV | 222.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 147 | 0 | 0.13 | 0.42 | 0.01 | 41.89 | 0.96 | 0.78 |
| Hex | FD | DD | 93 | 0 | D | 2A | 1 | 2A | 60 | 4E |
| Octal | 375 | 335 | 223 | 0 | 15 | 52 | 1 | 52 | 140 | 116 |
| Binary | 11111101 | 11011101 | 10010011 | 0 | 1101 | 101010 | 1 | 101010 | 1100000 | 1001110 |
Color Harmonies of #FDDD93
Complementary color
Monochromatic Colors of #FDDD93
Black with #FDDD93
Text Example
Text Example
White with #FDDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD93; }
p { color: rgb(253,221,147); }
H1.HeaderClassName
{
color: #FDDD93;
}
.AnyTagClassName
{
color: #FDDD93;
}
</style>
background-color css
<style>
a { background-color: #FDDD93; }
a { background-color: rgb(253,221,147); }
div.DivClassName
{
background-color: #FDDD93;
}
.BgClassName
{
background-color: #FDDD93;
}
</style>
border-color css
<style>
span { border-color: #FDDD93; }
span { border-color: rgb(253,221,147); }
td.TdClassName
{
border-color: #FDDD93;
}
.TagClassName
{
border-color: #FDDD93;
}
</style>