#F5EDD5

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

Shades of Half Pearl Lusta #F5EDD5

Tints of Half Pearl Lusta #F5EDD5

Color information

#F5EDD5 (or 0xF5EDD5) is unknown color: approx Half Pearl Lusta. HEX triplet: F5, ED and D5. RGB value is (245,237,213). Sum of RGB (Red+Green+Blue) = 245+237+213=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 213 (83.59% from 255 or 30.65% from 695); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDD5 is #0A122A. Grayscale: #ECECEC. Windows color (decimal): -660011 or 14020085. OLE color: 14020085.

HSL color Cylindrical-coordinate representation of color #F5EDD5: hue angle of 45º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5EDD5 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB245237213-
CMYK00.030.130.04
HSL45º61.54%89.8%-
HSV(B)45º13.06%96.08%-
XYZ79.9584.7875.1-
YUV236.66114.65133.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.25%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 213 (83.59% from 255) = 30.65%
R=35.25%
G=34.10%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523721300.030.130.044561.5489.8
HexF5EDD503D42d3e5a
Octal365355325031545576132
Binary11110101111011011101010101111011001011011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDD5; }

 p { color: rgb(245,237,213); }

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

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

 a { background-color: rgb(245,237,213); }

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

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

 span { border-color: rgb(245,237,213); }

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