#F3EBD9

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

Shades of Half Pearl Lusta #F3EBD9

Tints of Half Pearl Lusta #F3EBD9

Color information

#F3EBD9 (or 0xF3EBD9) is unknown color: approx Half Pearl Lusta. HEX triplet: F3, EB and D9. RGB value is (243,235,217). Sum of RGB (Red+Green+Blue) = 243+235+217=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 217 (85.16% from 255 or 31.22% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EBD9 is #0C1426. Grayscale: #EBEBEB. Windows color (decimal): -791591 or 14281715. OLE color: 14281715.

HSL color Cylindrical-coordinate representation of color #F3EBD9: hue angle of 41.54º degrees, saturation: 0.52, 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 #F3EBD9 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB243235217-
CMYK00.030.110.05
HSL41.54º52%90.2%-
HSV(B)41.54º10.7%95.29%-
XYZ79.1983.4877.59-
YUV235.34117.65133.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 217 (85.16% from 255) = 31.22%
R=34.96%
G=33.81%
B=31.22%

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
Decimal24323521700.030.110.0541.545290.2
HexF3EBD903B52a345a
Octal363353331031355264132
Binary11110011111010111101100101110111011010101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EBD9; }

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

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

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

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

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

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

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

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