#F4EFDD

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

Shades of Quarter Pearl Lusta #F4EFDD

Tints of Quarter Pearl Lusta #F4EFDD

Color information

#F4EFDD (or 0xF4EFDD) is unknown color: approx Quarter Pearl Lusta. HEX triplet: F4, EF and DD. RGB value is (244,239,221). Sum of RGB (Red+Green+Blue) = 244+239+221=704 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.66% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EFDD is #0B1022. Grayscale: #EEEEEE. Windows color (decimal): -725027 or 14544884. OLE color: 14544884.

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

Color convert

RGB244239221-
CMYK00.020.090.04
HSL46.96º51.11%91.18%-
HSV(B)46.96º9.43%95.69%-
XYZ81.2386.1980.76-
YUV238.44118.16131.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.66%
GREEN value IS 239 (93.75% from 255) = 33.95%
BLUE value IS 221 (86.72% from 255) = 31.39%
R=34.66%
G=33.95%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423922100.020.090.0446.9651.1191.18
HexF4EFDD02942f335b
Octal364357335021145763133
Binary11110100111011111101110101010011001011111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EFDD; }

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

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

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

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

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

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

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

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