Shades of Cream Brulee #FCDF9E
Tints of Cream Brulee #FCDF9E
RGB
CMYK
RGB Variations
Color information
#FCDF9E (or 0xFCDF9E) is known color: Cream Brulee. HEX triplet: FC, DF and 9E. RGB value is (252,223,158). Sum of RGB (Red+Green+Blue) = 252+223+158=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 158 (62.11% from 255 or 24.96% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF9E is #032061. Grayscale: #E0E0E0. Windows color (decimal): -204898 or 10412028. OLE color: 10412028.
HSL color Cylindrical-coordinate representation of color #FCDF9E: hue angle of 41.49º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCDF9E is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 158 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.01 |
| HSL | 41.49º | 0.94% | 0.8% | - |
| HSV(B) | 41.49º | 0.37% | 0.99% | - |
| XYZ | 72.7 | 75.94 | 43.17 | - |
| YUV | 224.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 158 | 0 | 0.12 | 0.37 | 0.01 | 41.49 | 0.94 | 0.8 |
| Hex | FC | DF | 9E | 0 | C | 25 | 1 | 29 | 5E | 50 |
| Octal | 374 | 337 | 236 | 0 | 14 | 45 | 1 | 51 | 136 | 120 |
| Binary | 11111100 | 11011111 | 10011110 | 0 | 1100 | 100101 | 1 | 101001 | 1011110 | 1010000 |
Color Harmonies of #FCDF9E
Complementary color
Monochromatic Colors of #FCDF9E
Black with #FCDF9E
Text Example
Text Example
White with #FCDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF9E; }
p { color: rgb(252,223,158); }
H1.HeaderClassName
{
color: #FCDF9E;
}
.AnyTagClassName
{
color: #FCDF9E;
}
</style>
background-color css
<style>
a { background-color: #FCDF9E; }
a { background-color: rgb(252,223,158); }
div.DivClassName
{
background-color: #FCDF9E;
}
.BgClassName
{
background-color: #FCDF9E;
}
</style>
border-color css
<style>
span { border-color: #FCDF9E; }
span { border-color: rgb(252,223,158); }
td.TdClassName
{
border-color: #FCDF9E;
}
.TagClassName
{
border-color: #FCDF9E;
}
</style>