#F1EAD9

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

Shades of Half Pearl Lusta #F1EAD9

Tints of Half Pearl Lusta #F1EAD9

Color information

#F1EAD9 (or 0xF1EAD9) is unknown color: approx Half Pearl Lusta. HEX triplet: F1, EA and D9. RGB value is (241,234,217). Sum of RGB (Red+Green+Blue) = 241+234+217=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EAD9 is #0E1526. Grayscale: #EAEAEA. Windows color (decimal): -922919 or 14281457. OLE color: 14281457.

HSL color Cylindrical-coordinate representation of color #F1EAD9: hue angle of 42.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1EAD9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241234217-
CMYK00.030.100.05
HSL42.5º46.15%89.8%-
HSV(B)42.5º9.96%94.51%-
XYZ78.2282.5677.46-
YUV234.16118.32132.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.83%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 217 (85.16% from 255) = 31.36%
R=34.83%
G=33.82%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123421700.030.100.0542.546.1589.8
HexF1EAD903A52a2e5a
Octal361352331031255256132
Binary11110001111010101101100101110101011010101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAD9; }

 p { color: rgb(241,234,217); }

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

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

 a { background-color: rgb(241,234,217); }

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

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

 span { border-color: rgb(241,234,217); }

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