#F8EDED

Color #F8EDED White Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Smoke #F8EDED

Tints of White Smoke #F8EDED

Color information

#F8EDED (or 0xF8EDED) is unknown color: approx White Smoke. HEX triplet: F8, ED and ED. RGB value is (248,237,237). Sum of RGB (Red+Green+Blue) = 248+237+237=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDED is #071212. Grayscale: #F0F0F0. Windows color (decimal): -463379 or 15592952. OLE color: 15592952.

HSL color Cylindrical-coordinate representation of color #F8EDED: hue angle of 0º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8EDED is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248237237-
CMYK00.040.040.03
HSL44%95.1%-
HSV(B)4.44%97.25%-
XYZ84.2886.6492.4-
YUV240.29126.14133.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 34.35%
GREEN value IS 237 (92.97% from 255) = 32.83%
BLUE value IS 237 (92.97% from 255) = 32.83%
R=34.35%
G=32.83%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823723700.040.040.0304495.1
HexF8EDED044302c5f
Octal3703553550443054137
Binary11111000111011011110110101001001101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDED; }

 p { color: rgb(248,237,237); }

 H1.HeaderClassName
 {
   color: #F8EDED;
 }
 .AnyTagClassName
 {
   color: #F8EDED;
 }
</style>
background-color css

<style>
 a { background-color: #F8EDED; }

 a { background-color: rgb(248,237,237); }

 div.DivClassName
 {
   background-color: #F8EDED;
 }
 .BgClassName
 {
   background-color: #F8EDED;
 }
</style>
border-color css

<style>
 span { border-color: #F8EDED; }

 span { border-color: rgb(248,237,237); }

 td.TdClassName
 {
   border-color: #F8EDED;
 }
 .TagClassName
 {
   border-color: #F8EDED;
 }
</style>