Shades of Cream Brulee #FBDF9C
Tints of Cream Brulee #FBDF9C
RGB
CMYK
RGB Variations
Color information
#FBDF9C (or 0xFBDF9C) is known color: Cream Brulee. HEX triplet: FB, DF and 9C. RGB value is (251,223,156). Sum of RGB (Red+Green+Blue) = 251+223+156=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDF9C is #042063. Grayscale: #E0E0E0. Windows color (decimal): -270436 or 10280955. OLE color: 10280955.
HSL color Cylindrical-coordinate representation of color #FBDF9C: hue angle of 42.32º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBDF9C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 156 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.02 |
| HSL | 42.32º | 0.92% | 0.8% | - |
| HSV(B) | 42.32º | 0.38% | 0.98% | - |
| XYZ | 72.17 | 75.68 | 42.26 | - |
| YUV | 223.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 156 | 0 | 0.11 | 0.38 | 0.02 | 42.32 | 0.92 | 0.8 |
| Hex | FB | DF | 9C | 0 | B | 26 | 2 | 2A | 5C | 50 |
| Octal | 373 | 337 | 234 | 0 | 13 | 46 | 2 | 52 | 134 | 120 |
| Binary | 11111011 | 11011111 | 10011100 | 0 | 1011 | 100110 | 10 | 101010 | 1011100 | 1010000 |
Color Harmonies of #FBDF9C
Complementary color
Monochromatic Colors of #FBDF9C
Black with #FBDF9C
Text Example
Text Example
White with #FBDF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF9C; }
p { color: rgb(251,223,156); }
H1.HeaderClassName
{
color: #FBDF9C;
}
.AnyTagClassName
{
color: #FBDF9C;
}
</style>
background-color css
<style>
a { background-color: #FBDF9C; }
a { background-color: rgb(251,223,156); }
div.DivClassName
{
background-color: #FBDF9C;
}
.BgClassName
{
background-color: #FBDF9C;
}
</style>
border-color css
<style>
span { border-color: #FBDF9C; }
span { border-color: rgb(251,223,156); }
td.TdClassName
{
border-color: #FBDF9C;
}
.TagClassName
{
border-color: #FBDF9C;
}
</style>