#F2EDDF

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

Shades of Quarter Pearl Lusta #F2EDDF

Tints of Quarter Pearl Lusta #F2EDDF

Color information

#F2EDDF (or 0xF2EDDF) is unknown color: approx Quarter Pearl Lusta. HEX triplet: F2, ED and DF. RGB value is (242,237,223). Sum of RGB (Red+Green+Blue) = 242+237+223=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDDF is #0D1220. Grayscale: #ECECEC. Windows color (decimal): -856609 or 14675442. OLE color: 14675442.

HSL color Cylindrical-coordinate representation of color #F2EDDF: hue angle of 44.21º degrees, saturation: 0.42, 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 #F2EDDF is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242237223-
CMYK00.020.080.05
HSL44.21º42.22%91.18%-
HSV(B)44.21º7.85%94.9%-
XYZ80.2284.7781.95-
YUV236.9120.16131.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.47%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 223 (87.5% from 255) = 31.77%
R=34.47%
G=33.76%
B=31.77%

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
Decimal24223722300.020.080.0544.2142.2291.18
HexF2EDDF02852c2a5b
Octal362355337021055452133
Binary11110010111011011101111101010001011011001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDDF; }

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

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

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

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

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

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

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

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