#F2EDDB

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

Shades of Quarter Pearl Lusta #F2EDDB

Tints of Quarter Pearl Lusta #F2EDDB

Color information

#F2EDDB (or 0xF2EDDB) is unknown color: approx Quarter Pearl Lusta. HEX triplet: F2, ED and DB. RGB value is (242,237,219). Sum of RGB (Red+Green+Blue) = 242+237+219=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDDB is #0D1224. Grayscale: #ECECEC. Windows color (decimal): -856613 or 14413298. OLE color: 14413298.

HSL color Cylindrical-coordinate representation of color #F2EDDB: hue angle of 46.96º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2EDDB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242237219-
CMYK00.020.100.05
HSL46.96º46.94%90.39%-
HSV(B)46.96º9.5%94.9%-
XYZ79.6984.5679.14-
YUV236.44118.16131.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 219 (85.94% from 255) = 31.38%
R=34.67%
G=33.95%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223721900.020.100.0546.9646.9490.39
HexF2EDDB02A52f2f5a
Octal362355333021255757132
Binary11110010111011011101101101010101011011111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDDB; }

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

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

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

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

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

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

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

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