Shades of Cream Brulee #FBDD94
Tints of Cream Brulee #FBDD94
RGB
CMYK
RGB Variations
Color information
#FBDD94 (or 0xFBDD94) is known color: Cream Brulee. HEX triplet: FB, DD and 94. RGB value is (251,221,148). Sum of RGB (Red+Green+Blue) = 251+221+148=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD94 is #04226B. Grayscale: #DDDDDD. Windows color (decimal): -270956 or 9756155. OLE color: 9756155.
HSL color Cylindrical-coordinate representation of color #FBDD94: hue angle of 42.52º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBDD94 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 148 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.02 |
| HSL | 42.52º | 0.93% | 0.78% | - |
| HSV(B) | 42.52º | 0.41% | 0.98% | - |
| XYZ | 70.99 | 74.36 | 38.63 | - |
| YUV | 221.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 148 | 0 | 0.12 | 0.41 | 0.02 | 42.52 | 0.93 | 0.78 |
| Hex | FB | DD | 94 | 0 | C | 29 | 2 | 2B | 5D | 4E |
| Octal | 373 | 335 | 224 | 0 | 14 | 51 | 2 | 53 | 135 | 116 |
| Binary | 11111011 | 11011101 | 10010100 | 0 | 1100 | 101001 | 10 | 101011 | 1011101 | 1001110 |
Color Harmonies of #FBDD94
Complementary color
Monochromatic Colors of #FBDD94
Black with #FBDD94
Text Example
Text Example
White with #FBDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD94; }
p { color: rgb(251,221,148); }
H1.HeaderClassName
{
color: #FBDD94;
}
.AnyTagClassName
{
color: #FBDD94;
}
</style>
background-color css
<style>
a { background-color: #FBDD94; }
a { background-color: rgb(251,221,148); }
div.DivClassName
{
background-color: #FBDD94;
}
.BgClassName
{
background-color: #FBDD94;
}
</style>
border-color css
<style>
span { border-color: #FBDD94; }
span { border-color: rgb(251,221,148); }
td.TdClassName
{
border-color: #FBDD94;
}
.TagClassName
{
border-color: #FBDD94;
}
</style>