Shades of Cream Brulee #FCDF9B
Tints of Cream Brulee #FCDF9B
RGB
CMYK
RGB Variations
Color information
#FCDF9B (or 0xFCDF9B) is known color: Cream Brulee. HEX triplet: FC, DF and 9B. RGB value is (252,223,155). Sum of RGB (Red+Green+Blue) = 252+223+155=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 155 (60.94% from 255 or 24.60% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF9B is #032064. Grayscale: #E0E0E0. Windows color (decimal): -204901 or 10215420. OLE color: 10215420.
HSL color Cylindrical-coordinate representation of color #FCDF9B: hue angle of 42.06º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCDF9B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 155 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.01 |
| HSL | 42.06º | 0.94% | 0.8% | - |
| HSV(B) | 42.06º | 0.38% | 0.99% | - |
| XYZ | 72.45 | 75.84 | 41.83 | - |
| YUV | 223.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 155 | 0 | 0.12 | 0.38 | 0.01 | 42.06 | 0.94 | 0.8 |
| Hex | FC | DF | 9B | 0 | C | 26 | 1 | 2A | 5E | 50 |
| Octal | 374 | 337 | 233 | 0 | 14 | 46 | 1 | 52 | 136 | 120 |
| Binary | 11111100 | 11011111 | 10011011 | 0 | 1100 | 100110 | 1 | 101010 | 1011110 | 1010000 |
Color Harmonies of #FCDF9B
Complementary color
Monochromatic Colors of #FCDF9B
Black with #FCDF9B
Text Example
Text Example
White with #FCDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF9B; }
p { color: rgb(252,223,155); }
H1.HeaderClassName
{
color: #FCDF9B;
}
.AnyTagClassName
{
color: #FCDF9B;
}
</style>
background-color css
<style>
a { background-color: #FCDF9B; }
a { background-color: rgb(252,223,155); }
div.DivClassName
{
background-color: #FCDF9B;
}
.BgClassName
{
background-color: #FCDF9B;
}
</style>
border-color css
<style>
span { border-color: #FCDF9B; }
span { border-color: rgb(252,223,155); }
td.TdClassName
{
border-color: #FCDF9B;
}
.TagClassName
{
border-color: #FCDF9B;
}
</style>