#FFF0EE

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

Shades of White Smoke #FFF0EE

Tints of White Smoke #FFF0EE

Color information

#FFF0EE (or 0xFFF0EE) is unknown color: approx White Smoke. HEX triplet: FF, F0 and EE. RGB value is (255,240,238). Sum of RGB (Red+Green+Blue) = 255+240+238=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 240 (94.14% from 255 or 32.74% from 733); Blue value is 238 (93.36% from 255 or 32.47% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0EE is #000F11. Grayscale: #F4F4F4. Windows color (decimal): -3858 or 15659263. OLE color: 15659263.

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

Color convert

RGB255240238-
CMYK00.060.070
HSL7.06º100%96.67%-
HSV(B)7.06º6.67%100%-
XYZ87.8389.7593.58-
YUV244.26124.47135.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.79%
GREEN value IS 240 (94.14% from 255) = 32.74%
BLUE value IS 238 (93.36% from 255) = 32.47%
R=34.79%
G=32.74%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524023800.060.0707.0610096.67
HexFFF0EE067076461
Octal37736035606707144141
Binary1111111111110000111011100110111011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0EE; }

 p { color: rgb(255,240,238); }

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

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

 a { background-color: rgb(255,240,238); }

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

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

 span { border-color: rgb(255,240,238); }

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