#F4F0DE

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

Shades of Quarter Pearl Lusta #F4F0DE

Tints of Quarter Pearl Lusta #F4F0DE

Color information

#F4F0DE (or 0xF4F0DE) is unknown color: approx Quarter Pearl Lusta. HEX triplet: F4, F0 and DE. RGB value is (244,240,222). Sum of RGB (Red+Green+Blue) = 244+240+222=706 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.56% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F0DE is #0B0F21. Grayscale: #EFEFEF. Windows color (decimal): -724770 or 14610676. OLE color: 14610676.

HSL color Cylindrical-coordinate representation of color #F4F0DE: hue angle of 49.09º degrees, saturation: 0.5, 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 #F4F0DE is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244240222-
CMYK00.020.090.04
HSL49.09º50%91.37%-
HSV(B)49.09º9.02%95.69%-
XYZ81.6586.8381.56-
YUV239.14118.33131.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.56%
GREEN value IS 240 (94.14% from 255) = 33.99%
BLUE value IS 222 (87.11% from 255) = 31.44%
R=34.56%
G=33.99%
B=31.44%

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
Decimal24424022200.020.090.0449.095091.37
HexF4F0DE029431325b
Octal364360336021146162133
Binary11110100111100001101111001010011001100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F0DE; }

 p { color: rgb(244,240,222); }

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

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

 a { background-color: rgb(244,240,222); }

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

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

 span { border-color: rgb(244,240,222); }

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