#FFEFEE

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

Shades of White Smoke #FFEFEE

Tints of White Smoke #FFEFEE

Color information

#FFEFEE (or 0xFFEFEE) is unknown color: approx White Smoke. HEX triplet: FF, EF and EE. RGB value is (255,239,238). Sum of RGB (Red+Green+Blue) = 255+239+238=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 239 (93.75% from 255 or 32.65% from 732); Blue value is 238 (93.36% from 255 or 32.51% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFEE is #001011. Grayscale: #F3F3F3. Windows color (decimal): -4114 or 15659007. OLE color: 15659007.

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

Color convert

RGB255239238-
CMYK00.060.070
HSL3.53º100%96.67%-
HSV(B)3.53º6.67%100%-
XYZ87.5489.1793.49-
YUV243.67124.8136.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 239 (93.75% from 255) = 32.65%
BLUE value IS 238 (93.36% from 255) = 32.51%
R=34.84%
G=32.65%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523923800.060.0703.5310096.67
HexFFEFEE067046461
Octal37735735606704144141
Binary1111111111101111111011100110111010011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFEE; }

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

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

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

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

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

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

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

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