#F3EBD8

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

Shades of Half Pearl Lusta #F3EBD8

Tints of Half Pearl Lusta #F3EBD8

Color information

#F3EBD8 (or 0xF3EBD8) is unknown color: approx Half Pearl Lusta. HEX triplet: F3, EB and D8. RGB value is (243,235,216). Sum of RGB (Red+Green+Blue) = 243+235+216=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 216 (84.77% from 255 or 31.12% from 694); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EBD8 is #0C1427. Grayscale: #EBEBEB. Windows color (decimal): -791592 or 14216179. OLE color: 14216179.

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

Color convert

RGB243235216-
CMYK00.030.110.05
HSL42.22º52.94%90%-
HSV(B)42.22º11.11%95.29%-
XYZ79.0783.4376.9-
YUV235.23117.15133.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.01%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 216 (84.77% from 255) = 31.12%
R=35.01%
G=33.86%
B=31.12%

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
Decimal24323521600.030.110.0542.2252.9490
HexF3EBD803B52a355a
Octal363353330031355265132
Binary11110011111010111101100001110111011010101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EBD8; }

 p { color: rgb(243,235,216); }

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

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

 a { background-color: rgb(243,235,216); }

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

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

 span { border-color: rgb(243,235,216); }

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