#F1EAD7

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

Shades of Half Pearl Lusta #F1EAD7

Tints of Half Pearl Lusta #F1EAD7

Color information

#F1EAD7 (or 0xF1EAD7) is unknown color: approx Half Pearl Lusta. HEX triplet: F1, EA and D7. RGB value is (241,234,215). Sum of RGB (Red+Green+Blue) = 241+234+215=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EAD7 is #0E1528. Grayscale: #EAEAEA. Windows color (decimal): -922921 or 14150385. OLE color: 14150385.

HSL color Cylindrical-coordinate representation of color #F1EAD7: hue angle of 43.85º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1EAD7 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB241234215-
CMYK00.030.110.05
HSL43.85º48.15%89.41%-
HSV(B)43.85º10.79%94.51%-
XYZ77.9682.4576.1-
YUV233.93117.32133.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.93%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 215 (84.38% from 255) = 31.16%
R=34.93%
G=33.91%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123421500.030.110.0543.8548.1589.41
HexF1EAD703B52c3059
Octal361352327031355460131
Binary11110001111010101101011101110111011011001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAD7; }

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

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

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

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

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

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

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

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