#F3FEE0

Color #F3FEE0 Saltpan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saltpan #F3FEE0

Tints of Saltpan #F3FEE0

Color information

#F3FEE0 (or 0xF3FEE0) is unknown color: approx Saltpan. HEX triplet: F3, FE and E0. RGB value is (243,254,224). Sum of RGB (Red+Green+Blue) = 243+254+224=721 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.70% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 224 (87.89% from 255 or 31.07% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FEE0 is #0C011F. Grayscale: #F7F7F7. Windows color (decimal): -786720 or 14745331. OLE color: 14745331.

HSL color Cylindrical-coordinate representation of color #F3FEE0: hue angle of 82º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3FEE0 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB243254224-
CMYK0.0400.120.00
HSL82º93.75%93.73%-
HSV(B)82º11.81%99.61%-
XYZ85.8695.3284.39-
YUV247.29114.86124.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.70%
GREEN value IS 254 (99.61% from 255) = 35.23%
BLUE value IS 224 (87.89% from 255) = 31.07%
R=33.70%
G=35.23%
B=31.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432542240.0400.120.008293.7593.73
HexF3FEE040C0525e5e
Octal36337634040140122136136
Binary111100111111111011100000100011000101001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FEE0; }

 p { color: rgb(243,254,224); }

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

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

 a { background-color: rgb(243,254,224); }

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

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

 span { border-color: rgb(243,254,224); }

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