Shades of White Smoke #FAEDED
Tints of White Smoke #FAEDED
RGB
CMYK
RGB Variations
Color information
#FAEDED (or 0xFAEDED) is known color: White Smoke. HEX triplet: FA, ED and ED. RGB value is (250,237,237). Sum of RGB (Red+Green+Blue) = 250+237+237=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDED is #051212. Grayscale: #F0F0F0. Windows color (decimal): -332307 or 15592954. OLE color: 15592954.
HSL color Cylindrical-coordinate representation of color #FAEDED: hue angle of 0º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEDED is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 237 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.02 |
| HSL | 0º | 0.57% | 0.95% | - |
| HSV(B) | 0º | 0.05% | 0.98% | - |
| XYZ | 84.99 | 87.01 | 92.44 | - |
| YUV | 240.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 237 | 0 | 0.05 | 0.05 | 0.02 | 0 | 0.57 | 0.95 |
| Hex | FA | ED | ED | 0 | 5 | 5 | 2 | 0 | 39 | 5F |
| Octal | 372 | 355 | 355 | 0 | 5 | 5 | 2 | 0 | 71 | 137 |
| Binary | 11111010 | 11101101 | 11101101 | 0 | 101 | 101 | 10 | 0 | 111001 | 1011111 |
Color Harmonies of #FAEDED
Complementary color
Monochromatic Colors of #FAEDED
Black with #FAEDED
Text Example
Text Example
White with #FAEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDED; }
p { color: rgb(250,237,237); }
H1.HeaderClassName
{
color: #FAEDED;
}
.AnyTagClassName
{
color: #FAEDED;
}
</style>
background-color css
<style>
a { background-color: #FAEDED; }
a { background-color: rgb(250,237,237); }
div.DivClassName
{
background-color: #FAEDED;
}
.BgClassName
{
background-color: #FAEDED;
}
</style>
border-color css
<style>
span { border-color: #FAEDED; }
span { border-color: rgb(250,237,237); }
td.TdClassName
{
border-color: #FAEDED;
}
.TagClassName
{
border-color: #FAEDED;
}
</style>