#F1E7CF

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

Shades of Half Pearl Lusta #F1E7CF

Tints of Half Pearl Lusta #F1E7CF

Color information

#F1E7CF (or 0xF1E7CF) is unknown color: approx Half Pearl Lusta. HEX triplet: F1, E7 and CF. RGB value is (241,231,207). Sum of RGB (Red+Green+Blue) = 241+231+207=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 231 (90.62% from 255 or 34.02% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7CF is #0E1830. Grayscale: #E7E7E7. Windows color (decimal): -923697 or 13625329. OLE color: 13625329.

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

Color convert

RGB241231207-
CMYK00.040.140.05
HSL42.35º54.84%87.84%-
HSV(B)42.35º14.11%94.51%-
XYZ76.1180.3670.53-
YUV231.25114.31134.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.49%
GREEN value IS 231 (90.62% from 255) = 34.02%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=35.49%
G=34.02%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123120700.040.140.0542.3554.8487.84
HexF1E7CF04E52a3758
Octal361347317041655267130
Binary111100011110011111001111010011101011010101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E7CF; }

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

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

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

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

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

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

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

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