#F4EFDA

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

Shades of Quarter Pearl Lusta #F4EFDA

Tints of Quarter Pearl Lusta #F4EFDA

Color information

#F4EFDA (or 0xF4EFDA) is unknown color: approx Quarter Pearl Lusta. HEX triplet: F4, EF and DA. RGB value is (244,239,218). Sum of RGB (Red+Green+Blue) = 244+239+218=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EFDA is #0B1025. Grayscale: #EEEEEE. Windows color (decimal): -725030 or 14348276. OLE color: 14348276.

HSL color Cylindrical-coordinate representation of color #F4EFDA: hue angle of 48.46º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4EFDA is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB244239218-
CMYK00.020.110.04
HSL48.46º54.17%90.59%-
HSV(B)48.46º10.66%95.69%-
XYZ80.8386.0378.67-
YUV238.1116.66132.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.81%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 218 (85.55% from 255) = 31.10%
R=34.81%
G=34.09%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423921800.020.110.0448.4654.1790.59
HexF4EFDA02B430365b
Octal364357332021346066133
Binary11110100111011111101101001010111001100001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EFDA; }

 p { color: rgb(244,239,218); }

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

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

 a { background-color: rgb(244,239,218); }

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

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

 span { border-color: rgb(244,239,218); }

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