Shades of Cream Brulee #FDDF9C
Tints of Cream Brulee #FDDF9C
RGB
CMYK
RGB Variations
Color information
#FDDF9C (or 0xFDDF9C) is known color: Cream Brulee. HEX triplet: FD, DF and 9C. RGB value is (253,223,156). Sum of RGB (Red+Green+Blue) = 253+223+156=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF9C is #022063. Grayscale: #E0E0E0. Windows color (decimal): -139364 or 10280957. OLE color: 10280957.
HSL color Cylindrical-coordinate representation of color #FDDF9C: hue angle of 41.44º degrees, saturation: 0.96, 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 #FDDF9C is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 156 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.01 |
| HSL | 41.44º | 0.96% | 0.8% | - |
| HSV(B) | 41.44º | 0.38% | 0.99% | - |
| XYZ | 72.9 | 76.06 | 42.29 | - |
| YUV | 224.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 156 | 0 | 0.12 | 0.38 | 0.01 | 41.44 | 0.96 | 0.8 |
| Hex | FD | DF | 9C | 0 | C | 26 | 1 | 29 | 60 | 50 |
| Octal | 375 | 337 | 234 | 0 | 14 | 46 | 1 | 51 | 140 | 120 |
| Binary | 11111101 | 11011111 | 10011100 | 0 | 1100 | 100110 | 1 | 101001 | 1100000 | 1010000 |
Color Harmonies of #FDDF9C
Complementary color
Monochromatic Colors of #FDDF9C
Black with #FDDF9C
Text Example
Text Example
White with #FDDF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF9C; }
p { color: rgb(253,223,156); }
H1.HeaderClassName
{
color: #FDDF9C;
}
.AnyTagClassName
{
color: #FDDF9C;
}
</style>
background-color css
<style>
a { background-color: #FDDF9C; }
a { background-color: rgb(253,223,156); }
div.DivClassName
{
background-color: #FDDF9C;
}
.BgClassName
{
background-color: #FDDF9C;
}
</style>
border-color css
<style>
span { border-color: #FDDF9C; }
span { border-color: rgb(253,223,156); }
td.TdClassName
{
border-color: #FDDF9C;
}
.TagClassName
{
border-color: #FDDF9C;
}
</style>