Shades of Cream Brulee #FCDF98
Tints of Cream Brulee #FCDF98
RGB
CMYK
RGB Variations
Color information
#FCDF98 (or 0xFCDF98) is known color: Cream Brulee. HEX triplet: FC, DF and 98. RGB value is (252,223,152). Sum of RGB (Red+Green+Blue) = 252+223+152=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 152 (59.77% from 255 or 24.24% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF98 is #032067. Grayscale: #DFDFDF. Windows color (decimal): -204904 or 10018812. OLE color: 10018812.
HSL color Cylindrical-coordinate representation of color #FCDF98: hue angle of 42.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCDF98 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 152 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.01 |
| HSL | 42.6º | 0.94% | 0.79% | - |
| HSV(B) | 42.6º | 0.4% | 0.99% | - |
| XYZ | 72.2 | 75.74 | 40.52 | - |
| YUV | 223.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 152 | 0 | 0.12 | 0.40 | 0.01 | 42.6 | 0.94 | 0.79 |
| Hex | FC | DF | 98 | 0 | C | 28 | 1 | 2B | 5E | 4F |
| Octal | 374 | 337 | 230 | 0 | 14 | 50 | 1 | 53 | 136 | 117 |
| Binary | 11111100 | 11011111 | 10011000 | 0 | 1100 | 101000 | 1 | 101011 | 1011110 | 1001111 |
Color Harmonies of #FCDF98
Complementary color
Monochromatic Colors of #FCDF98
Black with #FCDF98
Text Example
Text Example
White with #FCDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF98; }
p { color: rgb(252,223,152); }
H1.HeaderClassName
{
color: #FCDF98;
}
.AnyTagClassName
{
color: #FCDF98;
}
</style>
background-color css
<style>
a { background-color: #FCDF98; }
a { background-color: rgb(252,223,152); }
div.DivClassName
{
background-color: #FCDF98;
}
.BgClassName
{
background-color: #FCDF98;
}
</style>
border-color css
<style>
span { border-color: #FCDF98; }
span { border-color: rgb(252,223,152); }
td.TdClassName
{
border-color: #FCDF98;
}
.TagClassName
{
border-color: #FCDF98;
}
</style>