Shades of Cream Brulee #FCE69E
Tints of Cream Brulee #FCE69E
RGB
CMYK
RGB Variations
Color information
#FCE69E (or 0xFCE69E) is known color: Cream Brulee. HEX triplet: FC, E6 and 9E. RGB value is (252,230,158). Sum of RGB (Red+Green+Blue) = 252+230+158=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 158 (62.11% from 255 or 24.69% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE69E is #031961. Grayscale: #E4E4E4. Windows color (decimal): -203106 or 10413820. OLE color: 10413820.
HSL color Cylindrical-coordinate representation of color #FCE69E: hue angle of 45.96º 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 #FCE69E is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 158 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.01 |
| HSL | 45.96º | 0.94% | 0.8% | - |
| HSV(B) | 45.96º | 0.37% | 0.99% | - |
| XYZ | 74.61 | 79.76 | 43.81 | - |
| YUV | 228.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 158 | 0 | 0.09 | 0.37 | 0.01 | 45.96 | 0.94 | 0.8 |
| Hex | FC | E6 | 9E | 0 | 9 | 25 | 1 | 2E | 5E | 50 |
| Octal | 374 | 346 | 236 | 0 | 11 | 45 | 1 | 56 | 136 | 120 |
| Binary | 11111100 | 11100110 | 10011110 | 0 | 1001 | 100101 | 1 | 101110 | 1011110 | 1010000 |
Color Harmonies of #FCE69E
Complementary color
Monochromatic Colors of #FCE69E
Black with #FCE69E
Text Example
Text Example
White with #FCE69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE69E; }
p { color: rgb(252,230,158); }
H1.HeaderClassName
{
color: #FCE69E;
}
.AnyTagClassName
{
color: #FCE69E;
}
</style>
background-color css
<style>
a { background-color: #FCE69E; }
a { background-color: rgb(252,230,158); }
div.DivClassName
{
background-color: #FCE69E;
}
.BgClassName
{
background-color: #FCE69E;
}
</style>
border-color css
<style>
span { border-color: #FCE69E; }
span { border-color: rgb(252,230,158); }
td.TdClassName
{
border-color: #FCE69E;
}
.TagClassName
{
border-color: #FCE69E;
}
</style>