#FAEDED

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

Shades of White Smoke #FAEDED

Tints of White Smoke #FAEDED

Color information

#FAEDED (or 0xFAEDED) is unknown color: approx 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

RGB250237237-
CMYK00.050.050.02
HSL56.52%95.49%-
HSV(B)5.2%98.04%-
XYZ84.9987.0192.44-
YUV240.89125.81134.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 237 (92.97% from 255) = 32.73%
BLUE value IS 237 (92.97% from 255) = 32.73%
R=34.53%
G=32.73%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023723700.050.050.02056.5295.49
HexFAEDED05520395f
Octal3723553550552071137
Binary11111010111011011110110101011011001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>