Shades of White Smoke #FEF3F1
Tints of White Smoke #FEF3F1
RGB
CMYK
RGB Variations
Color information
#FEF3F1 (or 0xFEF3F1) is known color: White Smoke. HEX triplet: FE, F3 and F1. RGB value is (254,243,241). Sum of RGB (Red+Green+Blue) = 254+243+241=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 243 (95.31% from 255 or 32.93% from 738); Blue value is 241 (94.53% from 255 or 32.66% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF3F1 is #010C0E. Grayscale: #F6F6F6. Windows color (decimal): -68623 or 15856638. OLE color: 15856638.
HSL color Cylindrical-coordinate representation of color #FEF3F1: hue angle of 9.23º degrees, saturation: 0.87, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEF3F1 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 241 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.00 |
| HSL | 9.23º | 0.87% | 0.97% | - |
| HSV(B) | 9.23º | 0.05% | 1% | - |
| XYZ | 88.8 | 91.52 | 96.2 | - |
| YUV | 246.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 241 | 0 | 0.04 | 0.05 | 0.00 | 9.23 | 0.87 | 0.97 |
| Hex | FE | F3 | F1 | 0 | 4 | 5 | 0 | 9 | 57 | 61 |
| Octal | 376 | 363 | 361 | 0 | 4 | 5 | 0 | 11 | 127 | 141 |
| Binary | 11111110 | 11110011 | 11110001 | 0 | 100 | 101 | 0 | 1001 | 1010111 | 1100001 |
Color Harmonies of #FEF3F1
Complementary color
Monochromatic Colors of #FEF3F1
Black with #FEF3F1
Text Example
Text Example
White with #FEF3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3F1; }
p { color: rgb(254,243,241); }
H1.HeaderClassName
{
color: #FEF3F1;
}
.AnyTagClassName
{
color: #FEF3F1;
}
</style>
background-color css
<style>
a { background-color: #FEF3F1; }
a { background-color: rgb(254,243,241); }
div.DivClassName
{
background-color: #FEF3F1;
}
.BgClassName
{
background-color: #FEF3F1;
}
</style>
border-color css
<style>
span { border-color: #FEF3F1; }
span { border-color: rgb(254,243,241); }
td.TdClassName
{
border-color: #FEF3F1;
}
.TagClassName
{
border-color: #FEF3F1;
}
</style>