#F4EBD7

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

Shades of Half Pearl Lusta #F4EBD7

Tints of Half Pearl Lusta #F4EBD7

Color information

#F4EBD7 (or 0xF4EBD7) is unknown color: approx Half Pearl Lusta. HEX triplet: F4, EB and D7. RGB value is (244,235,215). Sum of RGB (Red+Green+Blue) = 244+235+215=694 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.16% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 215 (84.38% from 255 or 30.98% from 694); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EBD7 is #0B1428. Grayscale: #EBEBEB. Windows color (decimal): -726057 or 14150644. OLE color: 14150644.

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

Color convert

RGB244235215-
CMYK00.040.120.04
HSL41.38º56.86%90%-
HSV(B)41.38º11.89%95.69%-
XYZ79.2883.5676.24-
YUV235.41116.48134.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.16%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 215 (84.38% from 255) = 30.98%
R=35.16%
G=33.86%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423521500.040.120.0441.3856.8690
HexF4EBD704C429395a
Octal364353327041445171132
Binary111101001110101111010111010011001001010011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EBD7; }

 p { color: rgb(244,235,215); }

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

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

 a { background-color: rgb(244,235,215); }

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

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

 span { border-color: rgb(244,235,215); }

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