#F1EDDE

Color #F1EDDE Quarter Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quarter Pearl Lusta #F1EDDE

Tints of Quarter Pearl Lusta #F1EDDE

Color information

#F1EDDE (or 0xF1EDDE) is unknown color: approx Quarter Pearl Lusta. HEX triplet: F1, ED and DE. RGB value is (241,237,222). Sum of RGB (Red+Green+Blue) = 241+237+222=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDDE is #0E1221. Grayscale: #ECECEC. Windows color (decimal): -922146 or 14609905. OLE color: 14609905.

HSL color Cylindrical-coordinate representation of color #F1EDDE: hue angle of 47.37º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1EDDE is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241237222-
CMYK00.020.080.05
HSL47.37º40.43%90.78%-
HSV(B)47.37º7.88%94.51%-
XYZ79.7484.5481.22-
YUV236.49119.83131.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.43%
GREEN value IS 237 (92.97% from 255) = 33.86%
BLUE value IS 222 (87.11% from 255) = 31.71%
R=34.43%
G=33.86%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123722200.020.080.0547.3740.4390.78
HexF1EDDE02852f285b
Octal361355336021055750133
Binary11110001111011011101111001010001011011111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDDE; }

 p { color: rgb(241,237,222); }

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

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

 a { background-color: rgb(241,237,222); }

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

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

 span { border-color: rgb(241,237,222); }

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