#F3E9D6

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

Shades of Half Pearl Lusta #F3E9D6

Tints of Half Pearl Lusta #F3E9D6

Color information

#F3E9D6 (or 0xF3E9D6) is unknown color: approx Half Pearl Lusta. HEX triplet: F3, E9 and D6. RGB value is (243,233,214). Sum of RGB (Red+Green+Blue) = 243+233+214=690 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.22% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E9D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E9D6 is #0C1629. Grayscale: #E9E9E9. Windows color (decimal): -792106 or 14084595. OLE color: 14084595.

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

Color convert

RGB243233214-
CMYK00.040.120.05
HSL39.31º54.72%89.61%-
HSV(B)39.31º11.93%95.29%-
XYZ78.2482.1975.36-
YUV233.82116.81134.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.22%
GREEN value IS 233 (91.41% from 255) = 33.77%
BLUE value IS 214 (83.98% from 255) = 31.01%
R=35.22%
G=33.77%
B=31.01%

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
Decimal24323321400.040.120.0539.3154.7289.61
HexF3E9D604C527375a
Octal363351326041454767132
Binary111100111110100111010110010011001011001111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E9D6; }

 p { color: rgb(243,233,214); }

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

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

 a { background-color: rgb(243,233,214); }

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

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

 span { border-color: rgb(243,233,214); }

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