#F2E9D3

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

Shades of Half Pearl Lusta #F2E9D3

Tints of Half Pearl Lusta #F2E9D3

Color information

#F2E9D3 (or 0xF2E9D3) is unknown color: approx Half Pearl Lusta. HEX triplet: F2, E9 and D3. RGB value is (242,233,211). Sum of RGB (Red+Green+Blue) = 242+233+211=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 211 (82.81% from 255 or 30.76% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9D3 is #0D162C. Grayscale: #E9E9E9. Windows color (decimal): -857645 or 13887986. OLE color: 13887986.

HSL color Cylindrical-coordinate representation of color #F2E9D3: hue angle of 42.58º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2E9D3 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB242233211-
CMYK00.040.130.05
HSL42.58º54.39%88.82%-
HSV(B)42.58º12.81%94.9%-
XYZ77.5181.8673.34-
YUV233.18115.48134.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.28%
GREEN value IS 233 (91.41% from 255) = 33.97%
BLUE value IS 211 (82.81% from 255) = 30.76%
R=35.28%
G=33.97%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223321100.040.130.0542.5854.3988.82
HexF2E9D304D52b3659
Octal362351323041555366131
Binary111100101110100111010011010011011011010111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E9D3; }

 p { color: rgb(242,233,211); }

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

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

 a { background-color: rgb(242,233,211); }

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

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

 span { border-color: rgb(242,233,211); }

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