Shades of Cream Brulee #FDDB93
Tints of Cream Brulee #FDDB93
RGB
CMYK
RGB Variations
Color information
#FDDB93 (or 0xFDDB93) is known color: Cream Brulee. HEX triplet: FD, DB and 93. RGB value is (253,219,147). Sum of RGB (Red+Green+Blue) = 253+219+147=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB93 is #02246C. Grayscale: #DDDDDD. Windows color (decimal): -140397 or 9690109. OLE color: 9690109.
HSL color Cylindrical-coordinate representation of color #FDDB93: hue angle of 40.75º 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 #FDDB93 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 147 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.01 |
| HSL | 40.75º | 0.96% | 0.78% | - |
| HSV(B) | 40.75º | 0.42% | 0.99% | - |
| XYZ | 71.11 | 73.65 | 38.07 | - |
| YUV | 220.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 147 | 0 | 0.13 | 0.42 | 0.01 | 40.75 | 0.96 | 0.78 |
| Hex | FD | DB | 93 | 0 | D | 2A | 1 | 29 | 60 | 4E |
| Octal | 375 | 333 | 223 | 0 | 15 | 52 | 1 | 51 | 140 | 116 |
| Binary | 11111101 | 11011011 | 10010011 | 0 | 1101 | 101010 | 1 | 101001 | 1100000 | 1001110 |
Color Harmonies of #FDDB93
Complementary color
Monochromatic Colors of #FDDB93
Black with #FDDB93
Text Example
Text Example
White with #FDDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB93; }
p { color: rgb(253,219,147); }
H1.HeaderClassName
{
color: #FDDB93;
}
.AnyTagClassName
{
color: #FDDB93;
}
</style>
background-color css
<style>
a { background-color: #FDDB93; }
a { background-color: rgb(253,219,147); }
div.DivClassName
{
background-color: #FDDB93;
}
.BgClassName
{
background-color: #FDDB93;
}
</style>
border-color css
<style>
span { border-color: #FDDB93; }
span { border-color: rgb(253,219,147); }
td.TdClassName
{
border-color: #FDDB93;
}
.TagClassName
{
border-color: #FDDB93;
}
</style>