#FDF0EE

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

Shades of White Smoke #FDF0EE

Tints of White Smoke #FDF0EE

Color information

#FDF0EE (or 0xFDF0EE) is unknown color: approx White Smoke. HEX triplet: FD, F0 and EE. RGB value is (253,240,238). Sum of RGB (Red+Green+Blue) = 253+240+238=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 238 (93.36% from 255 or 32.56% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0EE is #020F11. Grayscale: #F3F3F3. Windows color (decimal): -134930 or 15659261. OLE color: 15659261.

HSL color Cylindrical-coordinate representation of color #FDF0EE: hue angle of 8º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDF0EE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253240238-
CMYK00.050.060.01
HSL78.95%96.27%-
HSV(B)5.93%99.22%-
XYZ87.189.3893.55-
YUV243.66124.81134.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.61%
GREEN value IS 240 (94.14% from 255) = 32.83%
BLUE value IS 238 (93.36% from 255) = 32.56%
R=34.61%
G=32.83%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324023800.050.060.01878.9596.27
HexFDF0EE056184f60
Octal375360356056110117140
Binary11111101111100001110111001011101100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0EE; }

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

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

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

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

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

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

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

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