#F2EDDE

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

Shades of Quarter Pearl Lusta #F2EDDE

Tints of Quarter Pearl Lusta #F2EDDE

Color information

#F2EDDE (or 0xF2EDDE) is unknown color: approx Quarter Pearl Lusta. HEX triplet: F2, ED and DE. RGB value is (242,237,222). Sum of RGB (Red+Green+Blue) = 242+237+222=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDDE is #0D1221. Grayscale: #ECECEC. Windows color (decimal): -856610 or 14609906. OLE color: 14609906.

HSL color Cylindrical-coordinate representation of color #F2EDDE: hue angle of 45º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2EDDE is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242237222-
CMYK00.020.080.05
HSL45º43.48%90.98%-
HSV(B)45º8.26%94.9%-
XYZ80.0984.7281.24-
YUV236.78119.66131.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.52%
GREEN value IS 237 (92.97% from 255) = 33.81%
BLUE value IS 222 (87.11% from 255) = 31.67%
R=34.52%
G=33.81%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223722200.020.080.054543.4890.98
HexF2EDDE02852d2b5b
Octal362355336021055553133
Binary11110010111011011101111001010001011011011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDDE; }

 p { color: rgb(242,237,222); }

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

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

 a { background-color: rgb(242,237,222); }

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

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

 span { border-color: rgb(242,237,222); }

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