#FDEEEE

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

Shades of White Smoke #FDEEEE

Tints of White Smoke #FDEEEE

Color information

#FDEEEE (or 0xFDEEEE) is unknown color: approx White Smoke. HEX triplet: FD, EE and EE. RGB value is (253,238,238). Sum of RGB (Red+Green+Blue) = 253+238+238=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 238 (93.36% from 255 or 32.65% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEEE is #021111. Grayscale: #F2F2F2. Windows color (decimal): -135442 or 15658749. OLE color: 15658749.

HSL color Cylindrical-coordinate representation of color #FDEEEE: hue angle of 0º 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 #FDEEEE is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253238238-
CMYK00.060.060.01
HSL78.95%96.27%-
HSV(B)5.93%99.22%-
XYZ86.5288.293.35-
YUV242.48125.47135.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.71%
GREEN value IS 238 (93.36% from 255) = 32.65%
BLUE value IS 238 (93.36% from 255) = 32.65%
R=34.71%
G=32.65%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323823800.060.060.01078.9596.27
HexFDEEEE066104f60
Octal37535635606610117140
Binary11111101111011101110111001101101010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEEE; }

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

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

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

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

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

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

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

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