#F3E9D0

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

Shades of Half Pearl Lusta #F3E9D0

Tints of Half Pearl Lusta #F3E9D0

Color information

#F3E9D0 (or 0xF3E9D0) is unknown color: approx Half Pearl Lusta. HEX triplet: F3, E9 and D0. RGB value is (243,233,208). Sum of RGB (Red+Green+Blue) = 243+233+208=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E9D0 is #0C162F. Grayscale: #E9E9E9. Windows color (decimal): -792112 or 13691379. OLE color: 13691379.

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

Color convert

RGB243233208-
CMYK00.040.140.05
HSL42.86º59.32%88.43%-
HSV(B)42.86º14.4%95.29%-
XYZ77.4981.8971.4-
YUV233.14113.81135.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.53%
GREEN value IS 233 (91.41% from 255) = 34.06%
BLUE value IS 208 (81.64% from 255) = 30.41%
R=35.53%
G=34.06%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323320800.040.140.0542.8659.3288.43
HexF3E9D004E52b3b58
Octal363351320041655373130
Binary111100111110100111010000010011101011010111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E9D0; }

 p { color: rgb(243,233,208); }

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

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

 a { background-color: rgb(243,233,208); }

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

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

 span { border-color: rgb(243,233,208); }

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