#F5EFEE

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

Shades of White Smoke #F5EFEE

Tints of White Smoke #F5EFEE

Color information

#F5EFEE (or 0xF5EFEE) is unknown color: approx White Smoke. HEX triplet: F5, EF and EE. RGB value is (245,239,238). Sum of RGB (Red+Green+Blue) = 245+239+238=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFEE is #0A1011. Grayscale: #F0F0F0. Windows color (decimal): -659474 or 15658997. OLE color: 15658997.

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

Color convert

RGB245239238-
CMYK00.020.030.04
HSL8.57º25.93%94.71%-
HSV(B)8.57º2.86%96.08%-
XYZ83.9687.3293.32-
YUV240.68126.49131.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.93%
GREEN value IS 239 (93.75% from 255) = 33.10%
BLUE value IS 238 (93.36% from 255) = 32.96%
R=33.93%
G=33.10%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523923800.020.030.048.5725.9394.71
HexF5EFEE023491a5f
Octal36535735602341132137
Binary111101011110111111101110010111001001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFEE; }

 p { color: rgb(245,239,238); }

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

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

 a { background-color: rgb(245,239,238); }

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

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

 span { border-color: rgb(245,239,238); }

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