#F3EBD5

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

Shades of Half Pearl Lusta #F3EBD5

Tints of Half Pearl Lusta #F3EBD5

Color information

#F3EBD5 (or 0xF3EBD5) is unknown color: approx Half Pearl Lusta. HEX triplet: F3, EB and D5. RGB value is (243,235,213). Sum of RGB (Red+Green+Blue) = 243+235+213=691 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.17% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 213 (83.59% from 255 or 30.82% from 691); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EBD5 is #0C142A. Grayscale: #EAEAEA. Windows color (decimal): -791595 or 14019571. OLE color: 14019571.

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

Color convert

RGB243235213-
CMYK00.030.120.05
HSL44º55.56%89.41%-
HSV(B)44º12.35%95.29%-
XYZ78.6883.2874.88-
YUV234.88115.65133.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.17%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 213 (83.59% from 255) = 30.82%
R=35.17%
G=34.01%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323521300.030.120.054455.5689.41
HexF3EBD503C52c3859
Octal363353325031455470131
Binary11110011111010111101010101111001011011001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EBD5; }

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

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

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

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

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

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

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

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