Shades of Cream Brulee #FCDF9C
Tints of Cream Brulee #FCDF9C
RGB
CMYK
RGB Variations
Color information
#FCDF9C (or 0xFCDF9C) is known color: Cream Brulee. HEX triplet: FC, DF and 9C. RGB value is (252,223,156). Sum of RGB (Red+Green+Blue) = 252+223+156=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF9C is #032063. Grayscale: #E0E0E0. Windows color (decimal): -204900 or 10280956. OLE color: 10280956.
HSL color Cylindrical-coordinate representation of color #FCDF9C: hue angle of 41.88º 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 #FCDF9C is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 156 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.01 |
| HSL | 41.88º | 0.94% | 0.8% | - |
| HSV(B) | 41.88º | 0.38% | 0.99% | - |
| XYZ | 72.53 | 75.87 | 42.27 | - |
| YUV | 224.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 156 | 0 | 0.12 | 0.38 | 0.01 | 41.88 | 0.94 | 0.8 |
| Hex | FC | DF | 9C | 0 | C | 26 | 1 | 2A | 5E | 50 |
| Octal | 374 | 337 | 234 | 0 | 14 | 46 | 1 | 52 | 136 | 120 |
| Binary | 11111100 | 11011111 | 10011100 | 0 | 1100 | 100110 | 1 | 101010 | 1011110 | 1010000 |
Color Harmonies of #FCDF9C
Complementary color
Monochromatic Colors of #FCDF9C
Black with #FCDF9C
Text Example
Text Example
White with #FCDF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF9C; }
p { color: rgb(252,223,156); }
H1.HeaderClassName
{
color: #FCDF9C;
}
.AnyTagClassName
{
color: #FCDF9C;
}
</style>
background-color css
<style>
a { background-color: #FCDF9C; }
a { background-color: rgb(252,223,156); }
div.DivClassName
{
background-color: #FCDF9C;
}
.BgClassName
{
background-color: #FCDF9C;
}
</style>
border-color css
<style>
span { border-color: #FCDF9C; }
span { border-color: rgb(252,223,156); }
td.TdClassName
{
border-color: #FCDF9C;
}
.TagClassName
{
border-color: #FCDF9C;
}
</style>