Shades of Cream Brulee #FDDD9C
Tints of Cream Brulee #FDDD9C
RGB
CMYK
RGB Variations
Color information
#FDDD9C (or 0xFDDD9C) is known color: Cream Brulee. HEX triplet: FD, DD and 9C. RGB value is (253,221,156). Sum of RGB (Red+Green+Blue) = 253+221+156=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD9C is #022263. Grayscale: #DFDFDF. Windows color (decimal): -139876 or 10280445. OLE color: 10280445.
HSL color Cylindrical-coordinate representation of color #FDDD9C: hue angle of 40.21º 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 #FDDD9C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 156 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.01 |
| HSL | 40.21º | 0.96% | 0.8% | - |
| HSV(B) | 40.21º | 0.38% | 0.99% | - |
| XYZ | 72.37 | 75 | 42.11 | - |
| YUV | 223.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 156 | 0 | 0.13 | 0.38 | 0.01 | 40.21 | 0.96 | 0.8 |
| Hex | FD | DD | 9C | 0 | D | 26 | 1 | 28 | 60 | 50 |
| Octal | 375 | 335 | 234 | 0 | 15 | 46 | 1 | 50 | 140 | 120 |
| Binary | 11111101 | 11011101 | 10011100 | 0 | 1101 | 100110 | 1 | 101000 | 1100000 | 1010000 |
Color Harmonies of #FDDD9C
Complementary color
Monochromatic Colors of #FDDD9C
Black with #FDDD9C
Text Example
Text Example
White with #FDDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD9C; }
p { color: rgb(253,221,156); }
H1.HeaderClassName
{
color: #FDDD9C;
}
.AnyTagClassName
{
color: #FDDD9C;
}
</style>
background-color css
<style>
a { background-color: #FDDD9C; }
a { background-color: rgb(253,221,156); }
div.DivClassName
{
background-color: #FDDD9C;
}
.BgClassName
{
background-color: #FDDD9C;
}
</style>
border-color css
<style>
span { border-color: #FDDD9C; }
span { border-color: rgb(253,221,156); }
td.TdClassName
{
border-color: #FDDD9C;
}
.TagClassName
{
border-color: #FDDD9C;
}
</style>