Shades of White Smoke #FDF1EF
Tints of White Smoke #FDF1EF
RGB
CMYK
RGB Variations
Color information
#FDF1EF (or 0xFDF1EF) is known color: White Smoke. HEX triplet: FD, F1 and EF. RGB value is (253,241,239). Sum of RGB (Red+Green+Blue) = 253+241+239=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 241 (94.53% from 255 or 32.88% from 733); Blue value is 239 (93.75% from 255 or 32.61% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1EF is #020E10. Grayscale: #F4F4F4. Windows color (decimal): -134673 or 15725053. OLE color: 15725053.
HSL color Cylindrical-coordinate representation of color #FDF1EF: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDF1EF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 239 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.01 |
| HSL | 8.57º | 0.78% | 0.96% | - |
| HSV(B) | 8.57º | 0.06% | 0.99% | - |
| XYZ | 87.54 | 90.03 | 94.42 | - |
| YUV | 244.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 239 | 0 | 0.05 | 0.06 | 0.01 | 8.57 | 0.78 | 0.96 |
| Hex | FD | F1 | EF | 0 | 5 | 6 | 1 | 9 | 4E | 60 |
| Octal | 375 | 361 | 357 | 0 | 5 | 6 | 1 | 11 | 116 | 140 |
| Binary | 11111101 | 11110001 | 11101111 | 0 | 101 | 110 | 1 | 1001 | 1001110 | 1100000 |
Color Harmonies of #FDF1EF
Complementary color
Monochromatic Colors of #FDF1EF
Black with #FDF1EF
Text Example
Text Example
White with #FDF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1EF; }
p { color: rgb(253,241,239); }
H1.HeaderClassName
{
color: #FDF1EF;
}
.AnyTagClassName
{
color: #FDF1EF;
}
</style>
background-color css
<style>
a { background-color: #FDF1EF; }
a { background-color: rgb(253,241,239); }
div.DivClassName
{
background-color: #FDF1EF;
}
.BgClassName
{
background-color: #FDF1EF;
}
</style>
border-color css
<style>
span { border-color: #FDF1EF; }
span { border-color: rgb(253,241,239); }
td.TdClassName
{
border-color: #FDF1EF;
}
.TagClassName
{
border-color: #FDF1EF;
}
</style>