#F2EDDD

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

Shades of Quarter Pearl Lusta #F2EDDD

Tints of Quarter Pearl Lusta #F2EDDD

Color information

#F2EDDD (or 0xF2EDDD) is unknown color: approx Quarter Pearl Lusta. HEX triplet: F2, ED and DD. RGB value is (242,237,221). Sum of RGB (Red+Green+Blue) = 242+237+221=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDDD is #0D1222. Grayscale: #ECECEC. Windows color (decimal): -856611 or 14544370. OLE color: 14544370.

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

Color convert

RGB242237221-
CMYK00.020.090.05
HSL45.71º44.68%90.78%-
HSV(B)45.71º8.68%94.9%-
XYZ79.9584.6780.53-
YUV236.67119.16131.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.57%
GREEN value IS 237 (92.97% from 255) = 33.86%
BLUE value IS 221 (86.72% from 255) = 31.57%
R=34.57%
G=33.86%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223722100.020.090.0545.7144.6890.78
HexF2EDDD02952e2d5b
Octal362355335021155655133
Binary11110010111011011101110101010011011011101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDDD; }

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

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

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

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

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

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

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

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