#F4EBD1

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

Shades of Half Pearl Lusta #F4EBD1

Tints of Half Pearl Lusta #F4EBD1

Color information

#F4EBD1 (or 0xF4EBD1) is unknown color: approx Half Pearl Lusta. HEX triplet: F4, EB and D1. RGB value is (244,235,209). Sum of RGB (Red+Green+Blue) = 244+235+209=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 209 (82.03% from 255 or 30.38% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EBD1 is #0B142E. Grayscale: #EAEAEA. Windows color (decimal): -726063 or 13757428. OLE color: 13757428.

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

Color convert

RGB244235209-
CMYK00.040.140.04
HSL44.57º61.4%88.82%-
HSV(B)44.57º14.34%95.69%-
XYZ78.5383.2572.25-
YUV234.73113.48134.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.47%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 209 (82.03% from 255) = 30.38%
R=35.47%
G=34.16%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423520900.040.140.0444.5761.488.82
HexF4EBD104E42d3d59
Octal364353321041645575131
Binary111101001110101111010001010011101001011011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EBD1; }

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

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

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

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

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

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

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

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