Shades of White Smoke #FAEEED
Tints of White Smoke #FAEEED
RGB
CMYK
RGB Variations
Color information
#FAEEED (or 0xFAEEED) is known color: White Smoke. HEX triplet: FA, EE and ED. RGB value is (250,238,237). Sum of RGB (Red+Green+Blue) = 250+238+237=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 238 (93.36% from 255 or 32.83% from 725); Blue value is 237 (92.97% from 255 or 32.69% from 725); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEED is #051112. Grayscale: #F1F1F1. Windows color (decimal): -332051 or 15593210. OLE color: 15593210.
HSL color Cylindrical-coordinate representation of color #FAEEED: hue angle of 4.62º 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 #FAEEED is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 237 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.02 |
| HSL | 4.62º | 0.57% | 0.95% | - |
| HSV(B) | 4.62º | 0.05% | 0.98% | - |
| XYZ | 85.28 | 87.59 | 92.53 | - |
| YUV | 241.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 237 | 0 | 0.05 | 0.05 | 0.02 | 4.62 | 0.57 | 0.95 |
| Hex | FA | EE | ED | 0 | 5 | 5 | 2 | 5 | 39 | 5F |
| Octal | 372 | 356 | 355 | 0 | 5 | 5 | 2 | 5 | 71 | 137 |
| Binary | 11111010 | 11101110 | 11101101 | 0 | 101 | 101 | 10 | 101 | 111001 | 1011111 |
Color Harmonies of #FAEEED
Complementary color
Monochromatic Colors of #FAEEED
Black with #FAEEED
Text Example
Text Example
White with #FAEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEED; }
p { color: rgb(250,238,237); }
H1.HeaderClassName
{
color: #FAEEED;
}
.AnyTagClassName
{
color: #FAEEED;
}
</style>
background-color css
<style>
a { background-color: #FAEEED; }
a { background-color: rgb(250,238,237); }
div.DivClassName
{
background-color: #FAEEED;
}
.BgClassName
{
background-color: #FAEEED;
}
</style>
border-color css
<style>
span { border-color: #FAEEED; }
span { border-color: rgb(250,238,237); }
td.TdClassName
{
border-color: #FAEEED;
}
.TagClassName
{
border-color: #FAEEED;
}
</style>