#F1E7D4

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

Shades of Half Pearl Lusta #F1E7D4

Tints of Half Pearl Lusta #F1E7D4

Color information

#F1E7D4 (or 0xF1E7D4) is unknown color: approx Half Pearl Lusta. HEX triplet: F1, E7 and D4. RGB value is (241,231,212). Sum of RGB (Red+Green+Blue) = 241+231+212=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7D4 is #0E182B. Grayscale: #E7E7E7. Windows color (decimal): -923692 or 13953009. OLE color: 13953009.

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

Color convert

RGB241231212-
CMYK00.040.120.05
HSL39.31º50.88%88.82%-
HSV(B)39.31º12.03%94.51%-
XYZ76.7480.6173.8-
YUV231.82116.81134.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 231 (90.62% from 255) = 33.77%
BLUE value IS 212 (83.20% from 255) = 30.99%
R=35.23%
G=33.77%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123121200.040.120.0539.3150.8888.82
HexF1E7D404C5273359
Octal361347324041454763131
Binary111100011110011111010100010011001011001111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E7D4; }

 p { color: rgb(241,231,212); }

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

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

 a { background-color: rgb(241,231,212); }

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

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

 span { border-color: rgb(241,231,212); }

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