Shades of Cream Brulee #FBDC9C
Tints of Cream Brulee #FBDC9C
RGB
CMYK
RGB Variations
Color information
#FBDC9C (or 0xFBDC9C) is known color: Cream Brulee. HEX triplet: FB, DC and 9C. RGB value is (251,220,156). Sum of RGB (Red+Green+Blue) = 251+220+156=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 156 (61.33% from 255 or 24.88% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC9C is #042363. Grayscale: #DEDEDE. Windows color (decimal): -271204 or 10280187. OLE color: 10280187.
HSL color Cylindrical-coordinate representation of color #FBDC9C: hue angle of 40.42º 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 #FBDC9C is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 156 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.02 |
| HSL | 40.42º | 0.92% | 0.8% | - |
| HSV(B) | 40.42º | 0.38% | 0.98% | - |
| XYZ | 71.38 | 74.1 | 41.99 | - |
| YUV | 221.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 156 | 0 | 0.12 | 0.38 | 0.02 | 40.42 | 0.92 | 0.8 |
| Hex | FB | DC | 9C | 0 | C | 26 | 2 | 28 | 5C | 50 |
| Octal | 373 | 334 | 234 | 0 | 14 | 46 | 2 | 50 | 134 | 120 |
| Binary | 11111011 | 11011100 | 10011100 | 0 | 1100 | 100110 | 10 | 101000 | 1011100 | 1010000 |
Color Harmonies of #FBDC9C
Complementary color
Monochromatic Colors of #FBDC9C
Black with #FBDC9C
Text Example
Text Example
White with #FBDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC9C; }
p { color: rgb(251,220,156); }
H1.HeaderClassName
{
color: #FBDC9C;
}
.AnyTagClassName
{
color: #FBDC9C;
}
</style>
background-color css
<style>
a { background-color: #FBDC9C; }
a { background-color: rgb(251,220,156); }
div.DivClassName
{
background-color: #FBDC9C;
}
.BgClassName
{
background-color: #FBDC9C;
}
</style>
border-color css
<style>
span { border-color: #FBDC9C; }
span { border-color: rgb(251,220,156); }
td.TdClassName
{
border-color: #FBDC9C;
}
.TagClassName
{
border-color: #FBDC9C;
}
</style>