#F2EAD9

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

Shades of Half Pearl Lusta #F2EAD9

Tints of Half Pearl Lusta #F2EAD9

Color information

#F2EAD9 (or 0xF2EAD9) is unknown color: approx Half Pearl Lusta. HEX triplet: F2, EA and D9. RGB value is (242,234,217). Sum of RGB (Red+Green+Blue) = 242+234+217=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 217 (85.16% from 255 or 31.31% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAD9 is #0D1526. Grayscale: #EAEAEA. Windows color (decimal): -857383 or 14281458. OLE color: 14281458.

HSL color Cylindrical-coordinate representation of color #F2EAD9: hue angle of 40.8º degrees, saturation: 0.49, 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 #F2EAD9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242234217-
CMYK00.030.100.05
HSL40.8º49.02%90%-
HSV(B)40.8º10.33%94.9%-
XYZ78.5782.7377.47-
YUV234.45118.15133.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.92%
GREEN value IS 234 (91.80% from 255) = 33.77%
BLUE value IS 217 (85.16% from 255) = 31.31%
R=34.92%
G=33.77%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223421700.030.100.0540.849.0290
HexF2EAD903A529315a
Octal362352331031255161132
Binary11110010111010101101100101110101011010011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EAD9; }

 p { color: rgb(242,234,217); }

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

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

 a { background-color: rgb(242,234,217); }

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

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

 span { border-color: rgb(242,234,217); }

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