Shades of Cream Brulee #FBDE98
Tints of Cream Brulee #FBDE98
RGB
CMYK
RGB Variations
Color information
#FBDE98 (or 0xFBDE98) is known color: Cream Brulee. HEX triplet: FB, DE and 98. RGB value is (251,222,152). Sum of RGB (Red+Green+Blue) = 251+222+152=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDE98 is #042167. Grayscale: #DEDEDE. Windows color (decimal): -270696 or 10018555. OLE color: 10018555.
HSL color Cylindrical-coordinate representation of color #FBDE98: hue angle of 42.42º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBDE98 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 152 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.02 |
| HSL | 42.42º | 0.93% | 0.79% | - |
| HSV(B) | 42.42º | 0.39% | 0.98% | - |
| XYZ | 71.57 | 75.02 | 40.41 | - |
| YUV | 222.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 152 | 0 | 0.12 | 0.39 | 0.02 | 42.42 | 0.93 | 0.79 |
| Hex | FB | DE | 98 | 0 | C | 27 | 2 | 2A | 5D | 4F |
| Octal | 373 | 336 | 230 | 0 | 14 | 47 | 2 | 52 | 135 | 117 |
| Binary | 11111011 | 11011110 | 10011000 | 0 | 1100 | 100111 | 10 | 101010 | 1011101 | 1001111 |
Color Harmonies of #FBDE98
Complementary color
Monochromatic Colors of #FBDE98
Black with #FBDE98
Text Example
Text Example
White with #FBDE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDE98; }
p { color: rgb(251,222,152); }
H1.HeaderClassName
{
color: #FBDE98;
}
.AnyTagClassName
{
color: #FBDE98;
}
</style>
background-color css
<style>
a { background-color: #FBDE98; }
a { background-color: rgb(251,222,152); }
div.DivClassName
{
background-color: #FBDE98;
}
.BgClassName
{
background-color: #FBDE98;
}
</style>
border-color css
<style>
span { border-color: #FBDE98; }
span { border-color: rgb(251,222,152); }
td.TdClassName
{
border-color: #FBDE98;
}
.TagClassName
{
border-color: #FBDE98;
}
</style>