Shades of Cream Brulee #FDDB94
Tints of Cream Brulee #FDDB94
RGB
CMYK
RGB Variations
Color information
#FDDB94 (or 0xFDDB94) is known color: Cream Brulee. HEX triplet: FD, DB and 94. RGB value is (253,219,148). Sum of RGB (Red+Green+Blue) = 253+219+148=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB94 is #02246B. Grayscale: #DDDDDD. Windows color (decimal): -140396 or 9755645. OLE color: 9755645.
HSL color Cylindrical-coordinate representation of color #FDDB94: hue angle of 40.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDDB94 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 148 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.01 |
| HSL | 40.57º | 0.96% | 0.79% | - |
| HSV(B) | 40.57º | 0.42% | 0.99% | - |
| XYZ | 71.18 | 73.68 | 38.49 | - |
| YUV | 221.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 148 | 0 | 0.13 | 0.42 | 0.01 | 40.57 | 0.96 | 0.79 |
| Hex | FD | DB | 94 | 0 | D | 2A | 1 | 29 | 60 | 4F |
| Octal | 375 | 333 | 224 | 0 | 15 | 52 | 1 | 51 | 140 | 117 |
| Binary | 11111101 | 11011011 | 10010100 | 0 | 1101 | 101010 | 1 | 101001 | 1100000 | 1001111 |
Color Harmonies of #FDDB94
Complementary color
Monochromatic Colors of #FDDB94
Black with #FDDB94
Text Example
Text Example
White with #FDDB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB94; }
p { color: rgb(253,219,148); }
H1.HeaderClassName
{
color: #FDDB94;
}
.AnyTagClassName
{
color: #FDDB94;
}
</style>
background-color css
<style>
a { background-color: #FDDB94; }
a { background-color: rgb(253,219,148); }
div.DivClassName
{
background-color: #FDDB94;
}
.BgClassName
{
background-color: #FDDB94;
}
</style>
border-color css
<style>
span { border-color: #FDDB94; }
span { border-color: rgb(253,219,148); }
td.TdClassName
{
border-color: #FDDB94;
}
.TagClassName
{
border-color: #FDDB94;
}
</style>