Shades of Cream Brulee #FCE69C
Tints of Cream Brulee #FCE69C
RGB
CMYK
RGB Variations
Color information
#FCE69C (or 0xFCE69C) is known color: Cream Brulee. HEX triplet: FC, E6 and 9C. RGB value is (252,230,156). Sum of RGB (Red+Green+Blue) = 252+230+156=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 156 (61.33% from 255 or 24.45% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE69C is #031963. Grayscale: #E4E4E4. Windows color (decimal): -203108 or 10282748. OLE color: 10282748.
HSL color Cylindrical-coordinate representation of color #FCE69C: hue angle of 46.25º 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 #FCE69C is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 156 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.01 |
| HSL | 46.25º | 0.94% | 0.8% | - |
| HSV(B) | 46.25º | 0.38% | 0.99% | - |
| XYZ | 74.44 | 79.69 | 42.91 | - |
| YUV | 228.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 156 | 0 | 0.09 | 0.38 | 0.01 | 46.25 | 0.94 | 0.8 |
| Hex | FC | E6 | 9C | 0 | 9 | 26 | 1 | 2E | 5E | 50 |
| Octal | 374 | 346 | 234 | 0 | 11 | 46 | 1 | 56 | 136 | 120 |
| Binary | 11111100 | 11100110 | 10011100 | 0 | 1001 | 100110 | 1 | 101110 | 1011110 | 1010000 |
Color Harmonies of #FCE69C
Complementary color
Monochromatic Colors of #FCE69C
Black with #FCE69C
Text Example
Text Example
White with #FCE69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE69C; }
p { color: rgb(252,230,156); }
H1.HeaderClassName
{
color: #FCE69C;
}
.AnyTagClassName
{
color: #FCE69C;
}
</style>
background-color css
<style>
a { background-color: #FCE69C; }
a { background-color: rgb(252,230,156); }
div.DivClassName
{
background-color: #FCE69C;
}
.BgClassName
{
background-color: #FCE69C;
}
</style>
border-color css
<style>
span { border-color: #FCE69C; }
span { border-color: rgb(252,230,156); }
td.TdClassName
{
border-color: #FCE69C;
}
.TagClassName
{
border-color: #FCE69C;
}
</style>